1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
5 configfile: pyproject.toml
6 collecting ... collected 4 items
8 jsonschema_specifications/tests/test_jsonschema_specifications.py::test_it_contains_metaschemas PASSED
9 jsonschema_specifications/tests/test_jsonschema_specifications.py::test_it_is_crawled PASSED
10 jsonschema_specifications/tests/test_jsonschema_specifications.py::test_it_copes_with_dotfiles[schemas/.DS_Store] PASSED
11 jsonschema_specifications/tests/test_jsonschema_specifications.py::test_it_copes_with_dotfiles[schemas/draft7/.DS_Store] PASSED
13 ======== 4 passed ========