Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- =================================================== test session starts ====================================================
- platform darwin -- Python 3.10.0b2, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 -- /Users/jwr003/coding/pytest-fold/.venv/bin/python
- cachedir: .pytest_cache
- rootdir: /Users/jwr003/coding/pytest-fold
- plugins: Faker-11.3.0
- collecting ...
- collected 4 items
- tests/test_pytest_fold.py::test_version FAILED [ 25%]
- tests/test_pytest_fold.py::test_which_fails_1 FAILED [ 50%]
- tests/test_pytest_fold.py::test_which_passes_1 PASSED [ 75%]
- tests/test_pytest_fold.py::test_which_fails_2 FAILED [100%]
- ========================================================= FAILURES =========================================================
- _______________________________________________________ test_version _______________________________________________________
- ==>MARKER1<==
- [94mdef[39;49;00m [92mtest_version[39;49;00m():
- > [94massert[39;49;00m __version__ == [33m"[39;49;00m[33m0.1.0[39;49;00m[33m"[39;49;00m
- E AssertionError: assert '' == '0.1.0'
- E - 0.1.0
- tests/test_pytest_fold.py:14: AssertionError
- ==>MARKER2<==
- ____________________________________________________ test_which_fails_1 ____________________________________________________
- ==>MARKER1<==
- [94mdef[39;49;00m [92mtest_which_fails_1[39;49;00m():
- > [94massert[39;49;00m [94m0[39;49;00m
- E assert 0
- tests/test_pytest_fold.py:18: AssertionError
- ==>MARKER2<==
- ____________________________________________________ test_which_fails_2 ____________________________________________________
- ==>MARKER1<==
- [94mdef[39;49;00m [92mtest_which_fails_2[39;49;00m():
- > [94massert[39;49;00m [94m0[39;49;00m
- E assert 0
- tests/test_pytest_fold.py:26: AssertionError
- ==>MARKER2<==
- ================================================= short test summary info ==================================================
- FAILED tests/test_pytest_fold.py::test_version - AssertionError: assert '' == '0.1.0'
- FAILED tests/test_pytest_fold.py::test_which_fails_1 - assert 0
- FAILED tests/test_pytest_fold.py::test_which_fails_2 - assert 0
- =============================================== [31m[1m3 failed[0m, [32m1 passed[0m[31m in 12.41s[0m[31m ===============================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement