LICENSE
README.md
pyproject.toml
test/test_aspects.py
test/test_decorators.py
test/test_e2e.py
test/test_scanning_and_running.py
thinking_tests/__init__.py
thinking_tests/adapter.py
thinking_tests/current.py
thinking_tests/decorators.py
thinking_tests/fluent_decorator.py
thinking_tests/outcome.py
thinking_tests/protocol.py
thinking_tests/simple.py
thinking_tests/start.py
thinking_tests/utils.py
thinking_tests.egg-info/PKG-INFO
thinking_tests.egg-info/SOURCES.txt
thinking_tests.egg-info/dependency_links.txt
thinking_tests.egg-info/requires.txt
thinking_tests.egg-info/top_level.txt
thinking_tests/aspect/__init__.py
thinking_tests/aspect/custom.py
thinking_tests/aspect/defaults.py
thinking_tests/aspect/protocol.py
thinking_tests/aspect/weaving.py
thinking_tests/runner/__init__.py
thinking_tests/runner/default_impl.py
thinking_tests/runner/protocol.py
thinking_tests/runner/run.py
thinking_tests/runner/singleton.py
thinking_tests/runner/unittest.py