| ============================= test session starts =============================
|
| collecting ... collected 9 items
|
|
|
| test_case/test_class1.py::TestCase1::test_abc PASSED [ 11%]
|
| test_case/test_class1.py::TestCase1::test_def PASSED [ 22%]
|
| test_case/test_class2.py::TestClass2::test_123 PASSED [ 33%]
|
| test_case/test_class2.py::TestClass2::test_456[one-1] FAILED [ 44%]
|
| test_case/test_class2.py::TestClass2::test_456[one-2] PASSED [ 55%]
|
| test_case/test_module1.py::test_01 PASSED [ 66%]
|
| test_case/test_module1.py::test_02 XPASS (expected to fail) [ 77%]
|
| test_case/test_module1.py::test_03 SKIPPED (expected to skip-03) [ 88%]
|
| test_case/test_module1.py::test_04 SKIPPED (expected to skip-04) [100%]
|
|
|
| ======== 1 failed, 5 passed, 2 skipped, 1 xpassed, 5 warnings in 0.86s ========
|