.gitignore
.python-version
HACKING.md
INSTALL.md
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/pypi.yml
bin/make_python
src/testpilot/__init__.py
src/testpilot/app.py
src/testpilot.egg-info/PKG-INFO
src/testpilot.egg-info/SOURCES.txt
src/testpilot.egg-info/dependency_links.txt
src/testpilot.egg-info/entry_points.txt
src/testpilot.egg-info/requires.txt
src/testpilot.egg-info/top_level.txt
tests/__init__.py
tests/pyproject.toml
tests/unit/__init__.py
tests/unit/testpilot/__init__.py
tests/unit/testpilot/app_test.py