.gitignore
LICENSE
README.md
requirements-dev.txt
setup.cfg
setup.py
.github/workflows/main.yml
.github/workflows/python-publish.yml
pytest_sherlock/__init__.py
pytest_sherlock/_version.py
pytest_sherlock/binary_tree_search.py
pytest_sherlock/plugin.py
pytest_sherlock/sherlock.py
pytest_sherlock.egg-info/PKG-INFO
pytest_sherlock.egg-info/SOURCES.txt
pytest_sherlock.egg-info/dependency_links.txt
pytest_sherlock.egg-info/entry_points.txt
pytest_sherlock.egg-info/requires.txt
pytest_sherlock.egg-info/top_level.txt
tests/__init__.py
tests/exmaple/__init__.py
tests/exmaple/conftest.py
tests/exmaple/test_all_read.py
tests/exmaple/test_b_modify.py
tests/exmaple/test_c_delete.py
tests/exmaple/data/data.json
tests/pytest_sherlock/__init__.py
tests/pytest_sherlock/test_binary_tree_search.py
tests/pytest_sherlock/test_sherlock.py