| ============================= test session starts ==============================
|
| platform linux -- Python 3.9.20, pytest-4.6.6.dev9+g8aba863a6, py-1.11.0, pluggy-0.13.1 -- /opt/miniconda3/envs/testbed/bin/python
|
| rootdir: /testbed, inifile: tox.ini
|
| collected 1 item
|
|
|
| test_example.py F [100%]
|
|
|
| =================================== FAILURES ===================================
|
| _________________________________ test_example _________________________________
|
|
|
| def test_example():
|
| > assert 1 == 2
|
| E assert 1 == 2
|
|
|
| test_example.py:2: AssertionError
|
| =========================== short test summary info ============================
|
| FAILED test_example.py::test_example - assert 1 == 2
|
| =========================== 1 failed in 0.02 seconds ===========================
|