===================================================================================== test session starts ===================================================================================== platform darwin -- Python 3.9.9, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 cachedir: .pytest_cache metadata: {'Python': '3.9.9', 'Platform': 'macOS-12.3.1-x86_64-i386-64bit', 'Packages': {'pytest': '6.2.5', 'py': '1.11.0', 'pluggy': '1.0.0'}, 'Plugins': {'bdd': '5.0.0', 'xdist': '2.5.0', 'forked': '1.4.0', 'metadata': '2.0.1', 'Faker': '13.3.5', 'mock': '3.7.0', 'html': '3.1.1', 'cov': '2.7.1', 'mock-generator': '1.1.2', 'tui': '0.9.1'}, rootdir: /Users/jwr003/repos/gems-qa-auto/tests, configfile: pytest.ini plugins: bdd-5.0.0, xdist-2.5.0, forked-1.4.0, metadata-2.0.1, Faker-13.3.5, mock-3.7.0, html-3.1.1, cov-2.7.1, mock-generator-1.1.2, tui-0.9.1 collecting ...  collecting 2 items  collected 2 items  test_calculation.py::test_calculation_config1 ---------------------------------------------------------------------------------------- live log call ---------------------------------------------------------------------------------------- INFO  test_calculation:test_calculation.py:60 Got -100000.0, expected: -100000 INFO  test_calculation:test_calculation.py:60 Got -100000.0, expected: -100000 INFO  test_calculation:test_calculation.py:60 Got -50000.0, expected: -50000 INFO  test_calculation:test_calculation.py:60 Got 0.0, expected: 0 INFO  test_calculation:test_calculation.py:60 Got 0.0, expected: 0 INFO  test_calculation:test_calculation.py:60 Got 50000.0, expected: 50000 INFO  test_calculation:test_calculation.py:60 Got 100000.0, expected: 100000 INFO  test_calculation:test_calculation.py:60 Got 100000.0, expected: 100000 INFO  test_calculation:test_calculation.py:60 Got -550000.0, expected: -550000 INFO  test_calculation:test_calculation.py:60 Got -550000.0, expected: -550000 INFO  test_calculation:test_calculation.py:60 Got -275000.0, expected: -275000 INFO  test_calculation:test_calculation.py:60 Got 0.0, expected: 0 INFO  test_calculation:test_calculation.py:60 Got 0.0, expected: 0 INFO  test_calculation:test_calculation.py:60 Got 275000.0, expected: 275000 INFO  test_calculation:test_calculation.py:60 Got 550000.0, expected: 550000 INFO  test_calculation:test_calculation.py:60 Got 550000.0, expected: 550000 PASSED [ 50%] test_calculation.py::test_calculation_config2 ---------------------------------------------------------------------------------------- live log call ---------------------------------------------------------------------------------------- INFO  test_calculation:test_calculation.py:116 Got -800000.0, expected: -800000 INFO  test_calculation:test_calculation.py:116 Got -800000.0, expected: -800000 INFO  test_calculation:test_calculation.py:116 Got -700000.0, expected: -700000 INFO  test_calculation:test_calculation.py:116 Got -350000.0, expected: -350000 INFO  test_calculation:test_calculation.py:116 Got 0.0, expected: 0 INFO  test_calculation:test_calculation.py:116 Got 400000.0, expected: 400000 INFO  test_calculation:test_calculation.py:116 Got 850000.0, expected: 850000 INFO  test_calculation:test_calculation.py:116 Got 1000000.0, expected: 1000000 INFO  test_calculation:test_calculation.py:116 Got -1200000.0, expected: -1200000 INFO  test_calculation:test_calculation.py:116 Got -1200000.0, expected: -1200000 INFO  test_calculation:test_calculation.py:116 Got -1050000.0, expected: -1050000 INFO  test_calculation:test_calculation.py:116 Got -525000.0, expected: -525000 INFO  test_calculation:test_calculation.py:116 Got 0.0, expected: 0 INFO  test_calculation:test_calculation.py:116 Got 780000.0, expected: 780000 INFO  test_calculation:test_calculation.py:116 Got 1275000.0, expected: 1275000 INFO  test_calculation:test_calculation.py:116 Got 1500000.0, expected: 1500000 INFO  test_calculation:test_calculation.py:116 Got 1500000.0, expected: 1500000 PASSED [100%] ====================================================================================== warnings summary ======================================================================================= ../../../venv/lib/python3.9/site-packages/whatever.py:9 /Users/jwr003/repos/gems-qa-auto/venv/lib/python3.9/site-packages/pygems/devices/device_listener.py:9: DeprecationWarning: Model will be removed soon! Replace. -- Docs: https://docs.pytest.org/en/stable/warnings.html ================================================================================ 2 passed, 1 warning in 1.08s =================================================================================