.flake8
.gitignore
.markdownlint.yml
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
USAGE.md
pyproject.toml
requirements.txt
reset_fake_project.py
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/release.yml
conda/meta.yaml
docs/initial.md
src/AIUnitTest.egg-info/PKG-INFO
src/AIUnitTest.egg-info/SOURCES.txt
src/AIUnitTest.egg-info/dependency_links.txt
src/AIUnitTest.egg-info/entry_points.txt
src/AIUnitTest.egg-info/requires.txt
src/AIUnitTest.egg-info/top_level.txt
src/ai_unit_test/__init__.py
src/ai_unit_test/_version.py
src/ai_unit_test/cli.py
src/ai_unit_test/coverage_helper.py
src/ai_unit_test/file_helper.py
src/ai_unit_test/llm.py
src/ai_unit_test/main.py
src/ai_unit_test/py.typed
tests/fake_project/pyproject.toml
tests/fake_project/src/__init__.py
tests/fake_project/src/simple_math.py
tests/fake_project/tests/test_simple_math.py
tests/unit/conftest.py
tests/unit/create_fake_coverage.py
tests/unit/dummy_source.py
tests/unit/fake.coverage
tests/unit/fake_pyproject.toml
tests/unit/test_cli.py
tests/unit/test_coverage_helper.py
tests/unit/test_dummy_source.py
tests/unit/test_file_helper.py
tests/unit/test_llm.py
tests/unit/test_main.py