============================= test session starts ==============================
platform linux -- Python 3.10.12, pytest-7.4.2, pluggy-1.3.0
rootdir: /workspace
collected 1 item

test_calc.py F                                                           [100%]

=================================== FAILURES ===================================
_____________________________ test_divide_floats ______________________________

    def test_divide_floats():
        result = calc.divide(5.0, 3.0)
>       assert result == 1.67
E       assert 1.0 == 1.67

test_calc.py:12: AssertionError
=========================== short test summary info ===========================
FAILED test_calc.py::test_divide_floats - assert 1.0 == 1.67
============================== 1 failed in 0.02s ===============================