Closed codecov-releaser closed 1 week ago
Tests completed | Failed | Passed | Skipped |
---|---|---|---|
3530 | 5 | 3525 | 0 |
api.temp.calculator.test_calculator::test_divide
Stack Traces | 0.001s run time
> > ```python > def > test_divide(): > > assert Calculator.divide(1, 2) == 0.5 > E assert 1.0 == 0.5 > E + where 1.0 =(1, 2) > E + where = Calculator.divide > .../temp/calculator/test_calculator.py:30: AssertionError > ``` api.temp.calculator.test_calculator::test_divide
Stack Traces | 0.001s run time
> > ```python > def > test_divide(): > > assert Calculator.divide(1, 2) == 0.5 > E assert 1.0 == 0.5 > E + where 1.0 =(1, 2) > E + where = Calculator.divide > .../temp/calculator/test_calculator.py:30: AssertionError > ```
To view more test analytics, go to the Test Analytics Dashboard Got feedback? Let us know on Github
:white_check_mark: All tests successful. No failed tests were found.
:mega: Thoughts on this report? Let Codecov know! | Powered by Codecov
Release PR for v0.9.0 I've updated the version name and committed: 93c7d03ff9d0679e69a659724dca003cf56142c2.