.coveragerc
.gitignore
LICENSE
README.rst
odoo.ci.conf
pyproject.toml
pytest_odoo.py
tox.ini
.github/workflows/ci.yml
.github/workflows/pypi.yml
pytest_odoo.egg-info/PKG-INFO
pytest_odoo.egg-info/SOURCES.txt
pytest_odoo.egg-info/dependency_links.txt
pytest_odoo.egg-info/entry_points.txt
pytest_odoo.egg-info/not-zip-safe
pytest_odoo.egg-info/requires.txt
pytest_odoo.egg-info/scm_file_list.json
pytest_odoo.egg-info/scm_version.json
pytest_odoo.egg-info/top_level.txt
tests/__init__.py
tests/test_pytest_odoo.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/addons/pytest_odoo_test_module/__init__.py
tests_integration/odoo/addons/pytest_odoo_test_module/__manifest__.py
tests_integration/odoo/addons/pytest_odoo_test_module/controllers/__init__.py
tests_integration/odoo/addons/pytest_odoo_test_module/controllers/main.py
tests_integration/odoo/addons/pytest_odoo_test_module/models/__init__.py
tests_integration/odoo/addons/pytest_odoo_test_module/models/res_partner.py
tests_integration/odoo/addons/pytest_odoo_test_module/tests/__init__.py
tests_integration/odoo/addons/pytest_odoo_test_module/tests/test_http.py
tests_integration/odoo/addons/pytest_odoo_test_module/tests/test_model.py
tests_integration/odoo/addons/pytest_odoo_test_module/tests/test_subtest.py