.gitignore
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
docs/commands.md
docs/getting-started.md
docs/index.md
docs/test-reports.md
docs/reports/closure-v1.0.0.html
docs/reports/index.html
docs/reports/sprint-v1.0.0.html
docs/reports/strategy-v1.0.0.html
src/ftest/__init__.py
src/ftest/cli.py
src/ftest/commands/__init__.py
src/ftest/commands/active.py
src/ftest/commands/bug.py
src/ftest/commands/case.py
src/ftest/commands/enable.py
src/ftest/commands/exec_.py
src/ftest/commands/init.py
src/ftest/commands/plan.py
src/ftest/commands/preview.py
src/ftest/commands/report.py
src/ftest/commands/result.py
src/ftest/commands/strategy.py
src/ftest/commands/tag.py
src/ftest/commands/validate.py
src/ftest/commands/version.py
src/testboat/__init__.py
src/testboat/_version.py
src/testboat/cli.py
src/testboat.egg-info/PKG-INFO
src/testboat.egg-info/SOURCES.txt
src/testboat.egg-info/dependency_links.txt
src/testboat.egg-info/entry_points.txt
src/testboat.egg-info/requires.txt
src/testboat.egg-info/top_level.txt
src/testboat/commands/__init__.py
src/testboat/commands/active.py
src/testboat/commands/bug.py
src/testboat/commands/case.py
src/testboat/commands/enable.py
src/testboat/commands/exec_.py
src/testboat/commands/init.py
src/testboat/commands/plan.py
src/testboat/commands/preview.py
src/testboat/commands/report.py
src/testboat/commands/result.py
src/testboat/commands/strategy.py
src/testboat/commands/tag.py
src/testboat/commands/validate.py
src/testboat/commands/version.py
tests/__init__.py
tests/commands/__init__.py
tests/commands/test_bug.py
tests/commands/test_case.py
tests/commands/test_enable.py
tests/commands/test_init.py
tests/commands/test_plan.py
tests/commands/test_report.py
tests/commands/test_result.py
tests/commands/test_strategy.py
tests/commands/test_tag.py
tests/commands/test_validate.py
tests/commands/test_version.py