============================= test session starts ============================== platform linux -- Python 3.12.0, pytest-9.0.2, pluggy-1.6.0 -- /root/internal-SWE-agent/.venv/bin/python cachedir: .pytest_cache rootdir: /tmp plugins: anyio-4.12.1 collecting ... collected 1 item ../tmp/tmplvyqnyxs.py::test_example FAILED [100%] =================================== FAILURES =================================== _________________________________ test_example _________________________________ def test_example(): > assert 1 == 2 E assert 1 == 2 /tmp/tmplvyqnyxs.py:3: AssertionError =========================== short test summary info ============================ FAILED ../tmp/tmplvyqnyxs.py::test_example - assert 1 == 2 ============================== 1 failed in 0.02s ===============================