1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
5 collecting ... collected 8 items
7 test/test_markdown2.py::DirectTestCase::test_code_in_strong PASSED
8 test/test_markdown2.py::DirectTestCase::test_pre PASSED
9 test/test_markdown2.py::DirectTestCase::test_russian PASSED
10 test/test_markdown2.py::DirectTestCase::test_slow_hr PASSED
11 test/test_markdown2.py::DirectTestCase::test_starter_pre PASSED
12 test/test_markdown2.py::DirectTestCase::test_toc_with_persistent_object PASSED
13 test/test_markdown2.py::DocTestsTestCase::test_api PASSED
14 test/test_markdown2.py::test_cases XFAIL ([NOTRUN] yield tests were ...)
16 =============================== warnings summary ===============================
17 test/test_markdown2.py:555
18 test/test_markdown2.py:555: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_cases will be ignored
21 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
22 ======== 7 passed, 1 xfailed, 1 warning ========