============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON) cachedir: .pytest_cache rootdir: $(@D) collecting ... collected 8 items test/test_markdown2.py::DirectTestCase::test_code_in_strong PASSED test/test_markdown2.py::DirectTestCase::test_pre PASSED test/test_markdown2.py::DirectTestCase::test_russian PASSED test/test_markdown2.py::DirectTestCase::test_slow_hr PASSED test/test_markdown2.py::DirectTestCase::test_starter_pre PASSED test/test_markdown2.py::DirectTestCase::test_toc_with_persistent_object PASSED test/test_markdown2.py::DocTestsTestCase::test_api PASSED test/test_markdown2.py::test_cases XFAIL ([NOTRUN] yield tests were ...) =============================== warnings summary =============================== test/test_markdown2.py:555 test/test_markdown2.py:555: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_cases will be ignored def test_cases(): -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======== 7 passed, 1 xfailed, 1 warning ========