============================= test session starts ============================= | platform win32 -- Python 2.7.18, pytest-4.6.11, py-1.10.0, pluggy-0.13.1 |
cachedir: .tox\py27\.pytest_cache |
rootdir: C:\Users\eagle_eight\tox |
collected 2 items |
|
test_sample1.py . [ 50%] |
test_sample2.py F [100%] |
|
================================== FAILURES =================================== |
____________________________ test_failing_sample1 _____________________________ |
|
def test_failing_sample1() : |
> assert(1, 2, 3) == (3, 2, 1) |
E assert (1, 2, 3) == (3, 2, 1) |
E At index 0 diff: 1 != 3 |
E Use -v to get the full diff |
|
test_sample2.py:2: AssertionError |
===================== 1 failed, 1 passed in 0.06 seconds ====================== |
ERROR: InvocationError for command 'C:\Users\eagle_eight\tox\.tox\py27\Scripts\pytest.EXE' test_sample1.py test_sample2.py (exited with code 1) |
============================= test session starts ============================= |
platform win32 -- Python 3.6.8, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 |
cachedir: .tox\py36\.pytest_cache |
rootdir: C:\Users\eagle_eight\tox |
collected 2 items |
|
test_sample1.py . [ 50%] |
test_sample2.py F [100%] |
|
================================== FAILURES =================================== |
____________________________ test_failing_sample1 _____________________________ |
|
def test_failing_sample1() : |
> assert(1, 2, 3) == (3, 2, 1) |
E assert (1, 2, 3) == (3, 2, 1) |
E At index 0 diff: 1 != 3 |
E Use -v to get the full diff |
|
test_sample2.py:2: AssertionError |
=========================== short test summary info =========================== |
FAILED test_sample2.py::test_failing_sample1 - assert (1, 2, 3) == (3, 2, 1) |
========================= 1 failed, 1 passed in 0.06s ========================= |
ERROR: InvocationError for command 'C:\Users\eagle_eight\tox\.tox\py36\Scripts\pytest.EXE' test_sample1.py test_sample2.py (exited with code 1) |
============================= test session starts ============================= |
platform win32 -- Python 3.7.9, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 |
cachedir: .tox\py37\.pytest_cache |
rootdir: C:\Users\eagle_eight\tox |
collected 2 items |
|
test_sample1.py . [ 50%] |
test_sample2.py F [100%] |
|
================================== FAILURES =================================== |
____________________________ test_failing_sample1 _____________________________ |
|
def test_failing_sample1() : |
> assert(1, 2, 3) == (3, 2, 1) |
E assert (1, 2, 3) == (3, 2, 1) |
E At index 0 diff: 1 != 3 |
E Use -v to get the full diff |
|
test_sample2.py:2: AssertionError |
=========================== short test summary info =========================== |
FAILED test_sample2.py::test_failing_sample1 - assert (1, 2, 3) == (3, 2, 1) |
========================= 1 failed, 1 passed in 0.05s ========================= |
ERROR: InvocationError for command 'C:\Users\eagle_eight\tox\.tox\py37\Scripts\pytest.EXE' test_sample1.py test_sample2.py (exited with code 1) |
============================= test session starts ============================= |
platform win32 -- Python 3.8.8, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 |
cachedir: .tox\py38\.pytest_cache |
rootdir: C:\Users\eagle_eight\tox |
collected 2 items |
|
test_sample1.py . [ 50%] |
test_sample2.py F [100%] |
|
================================== FAILURES =================================== |
____________________________ test_failing_sample1 _____________________________ |
|
def test_failing_sample1() : |
> assert(1, 2, 3) == (3, 2, 1) |
E assert (1, 2, 3) == (3, 2, 1) |
E At index 0 diff: 1 != 3 |
E Use -v to get the full diff |
|
test_sample2.py:2: AssertionError |
=========================== short test summary info =========================== |
FAILED test_sample2.py::test_failing_sample1 - assert (1, 2, 3) == (3, 2, 1) |
========================= 1 failed, 1 passed in 0.08s ========================= |
ERROR: InvocationError for command 'C:\Users\eagle_eight\tox\.tox\py38\Scripts\pytest.EXE' test_sample1.py test_sample2.py (exited with code 1) |
============================= test session starts ============================= |
platform win32 -- Python 3.9.2, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 |
cachedir: .tox\py39\.pytest_cache |
rootdir: C:\Users\eagle_eight\tox |
collected 2 items |
|
test_sample1.py . [ 50%] |
test_sample2.py F [100%] |
|
================================== FAILURES =================================== |
____________________________ test_failing_sample1 _____________________________ |
|
def test_failing_sample1() : |
> assert(1, 2, 3) == (3, 2, 1) |
E assert (1, 2, 3) == (3, 2, 1) |
E At index 0 diff: 1 != 3 |
E Use -v to get the full diff |
|
test_sample2.py:2: AssertionError |
=========================== short test summary info =========================== |
FAILED test_sample2.py::test_failing_sample1 - assert (1, 2, 3) == (3, 2, 1) |
========================= 1 failed, 1 passed in 0.09s ========================= |
ERROR: InvocationError for command 'C:\Users\eagle_eight\tox\.tox\py39\Scripts\pytest.EXE' test_sample1.py test_sample2.py (exited with code 1) |
___________________________________ summary ___________________________________ |
ERROR: py27: commands failed |
ERROR: py36: commands failed |
ERROR: py37: commands failed |
ERROR: py38: commands failed |
ERROR: py39: commands failed |
|