=================================== FAILURES =================================== _________________________________ test_example _________________________________ def test_example(): > assert 1 == 2 E assert 1 == 2 test_file.py:5: AssertionError =========================== 1 failed in 0.12 seconds ===========================