============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
rootdir: $(@D)
configfile: pyproject.toml
collecting ... collected 11 items

tests/test_cmark.py::test_markdown_to_html PASSED
tests/test_cmark.py::test_render_html_with_extensions PASSED
tests/test_cmark.py::test_github_flavored_markdown_to_html PASSED
tests/test_cmark.py::test_github_flavored_markdown_to_html_pre_tag PASSED
tests/test_cmark.py::test_github_flavored_markdown_to_html_tasklist PASSED
tests/test_cmark.py::test_parse_document PASSED
tests/test_cmark.py::test_render_html PASSED
tests/test_cmark.py::test_parser_interface PASSED
tests/test_cmark.py::test_core_extensions_ensure_registered PASSED
tests/test_cmark.py::test_find_syntax_extension PASSED
tests/test_cmark.py::test_find_syntax_extension_doesnt_exist PASSED

======== 11 passed ========