.gitignore
LICENSE
README.md
pyproject.toml
requirements-dev.txt
pytest_directives/__init__.py
pytest_directives/_pytest_hardcode.py
pytest_directives/pytest_directives.py
pytest_directives.egg-info/PKG-INFO
pytest_directives.egg-info/SOURCES.txt
pytest_directives.egg-info/dependency_links.txt
pytest_directives.egg-info/top_level.txt
pytest_directives/core/__init__.py
pytest_directives/core/abc_directive.py
pytest_directives/core/run_strategies.py
pytest_directives/core/utils/__init__.py
pytest_directives/core/utils/devide.py
tests/__init__.py
tests/_core/__init__.py
tests/_core/conftest.py
tests/_core/test_chain.py
tests/_core/test_parallel.py
tests/_core/test_sequence.py
tests/pytest_directives/__init__.py
tests/pytest_directives/conftest.py
tests/pytest_directives/test_pytest_resolver.py
tests/pytest_directives/test_pytest_runnable.py
tests/pytest_directives/test_data/__init__.py
tests/pytest_directives/test_data/test_class.py
tests/pytest_directives/test_data/test_failure.py
tests/pytest_directives/test_data/test_function.py
tests/pytest_directives/test_data/test_several_functions.py
tests/pytest_directives/test_data/test_empty_folder/__init__.py
tests/pytest_directives/test_data/test_package/__init__.py
tests/pytest_directives/test_data/test_package/test_inside_package.py
tests/utils/__init__.py
tests/utils/test_devide.py