.gitignore
LICENSE.txt
README.md
action.yml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
src/assert_one_assert_per_pytest/__init__.py
src/assert_one_assert_per_pytest/__main__.py
src/assert_one_assert_per_pytest/cli.py
src/assert_one_assert_per_pytest/py.typed
src/assert_one_assert_per_pytest/scanner.py
src/assert_one_assert_per_pytest.egg-info/PKG-INFO
src/assert_one_assert_per_pytest.egg-info/SOURCES.txt
src/assert_one_assert_per_pytest.egg-info/dependency_links.txt
src/assert_one_assert_per_pytest.egg-info/entry_points.txt
src/assert_one_assert_per_pytest.egg-info/top_level.txt
test/__init__.py
test/conftest.py
test/e2e/__init__.py
test/e2e/conftest.py
test/e2e/test_e2e.py
test/integration/__init__.py
test/integration/conftest.py
test/integration/test_cli.py
test/unit/__init__.py
test/unit/conftest.py
test/unit/test_cli.py
test/unit/test_main.py
test/unit/test_scanner.py