pytest

pytest discovery

I need help understanding the pytest results:pytest====================================================================== test session starts ======================================================================platform darwin — Python 3.8.2, pytest-8.3.5, pluggy-1.5.0 — /Users/boomer/work/myPython/wp-skeleton-checker/venv/bin/python3cachedir: .pytest_cacherootdir: /Users/boomer/work/myPython/wp-skeleton-checkerconfigfile: pytest.initestpaths: testsplugins: mock-3.14.1collected 13 items tests/test_checks.py::test_validate_skeleton_path_valid PASSED tests/test_checks.py::test_validate_skeleton_path_invalid PASSED