.codecrate.toml
.gitignore
.pre-commit-config.yaml
.ruff.toml
.taskledger.toml
AGENTS.md
LICENSE
README.md
pyproject.toml
pytest.ini
pytest_oduit.py
setup.py
tox.ini
.github/workflows/codecov.yml
.github/workflows/odoo-17-integration-tests.yml
.github/workflows/odoo-18-integration-tests.yml
.github/workflows/odoo-19-integration-tests.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
pytest_oduit.egg-info/PKG-INFO
pytest_oduit.egg-info/SOURCES.txt
pytest_oduit.egg-info/dependency_links.txt
pytest_oduit.egg-info/entry_points.txt
pytest_oduit.egg-info/not-zip-safe
pytest_oduit.egg-info/requires.txt
pytest_oduit.egg-info/top_level.txt
tests/__init__.py
tests/test_pytest_oduit.py
tests/mock/odoo/pyproject.toml
tests/mock/odoo/odoo/__init__.py
tests/mock/odoo/odoo/tests/__init__.py
tests/mock/odoo/odoo/tests/case.py
tests/mock/odoo/odoo/tests/common.py
tests_integration/odoo/.oduit-18.toml
tests_integration/odoo/.oduit-19.toml
tests_integration/odoo/addons/pytest_oduit_test_module/__init__.py
tests_integration/odoo/addons/pytest_oduit_test_module/__manifest__.py
tests_integration/odoo/addons/pytest_oduit_test_module/controllers/__init__.py
tests_integration/odoo/addons/pytest_oduit_test_module/controllers/main.py
tests_integration/odoo/addons/pytest_oduit_test_module/models/__init__.py
tests_integration/odoo/addons/pytest_oduit_test_module/models/res_partner.py
tests_integration/odoo/addons/pytest_oduit_test_module/tests/__init__.py
tests_integration/odoo/addons/pytest_oduit_test_module/tests/test_http.py
tests_integration/odoo/addons/pytest_oduit_test_module/tests/test_model.py
tests_integration/odoo/addons/pytest_oduit_test_module/tests/test_subtest.py