Closed joseph-sentry closed 2 months ago
Completed 695 tests with 1 failed
, 694 passed and 0 skipped.
Testsuite:|
api.temp.calculator.test_calculator::test_divide
Test name:
pytest
def|
test_divide():
> assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError
Completed 695 tests with 1 failed
, 694 passed and 0 skipped.
Testsuite:|
api.temp.calculator.test_calculator::test_divide
Test name:
pytest
def|
test_divide():
> assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError
Completed 695 tests with 1 failed
, 694 passed and 0 skipped.
Testsuite:|
api.temp.calculator.test_calculator::test_divide
Test name:
pytest
def|
test_divide():
> assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError
Completed 695 tests with 1 failed
, 694 passed and 0 skipped.
Testsuite:|
api.temp.calculator.test_calculator::test_divide
Test name:
pytest
def|
test_divide():
> assert Calculator.divide(1, 2) == 0.5
E assert 1.0 == 0.5
E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
.../temp/calculator/test_calculator.py:30: AssertionError
Tests completed | Failed | Passed | Skipped |
---|---|---|---|
3475 | 5 | 3470 | 0 |
api.temp.calculator.test_calculator test_divide
Stack Traces | 0.001s run time
> > ``` > def > test_divide(): > > assert Calculator.divide(1, 2) == 0.5 > E assert 1.0 == 0.5 > E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2) > E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide > .../temp/calculator/test_calculator.py:30: AssertionError > ```api.temp.calculator.test_calculator test_divide
Stack Traces | 0.001s run time
> > ``` > def > test_divide(): > > assert Calculator.divide(1, 2) == 0.5 > E assert 1.0 == 0.5 > E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2) > E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide > .../temp/calculator/test_calculator.py:30: AssertionError > ```
To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard
lgtm, not sure why CI is failing though
I'll have to fix it at some point to make it less noisy but it's to test the local comment functionality
:x: Failed Test Results:
Completed 695 tests with
1 failed
, 694 passed and 0 skipped.View the full list of failed tests
| **Test Description** | **Failure message** | | :-- | :-- | | | |