.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
changelog-ci-config.json
requirements-dev.in
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
src/pytest_qgis/__init__.py
src/pytest_qgis/_version.py
src/pytest_qgis/mock_qgis_classes.py
src/pytest_qgis/py.typed
src/pytest_qgis/pytest_qgis.py
src/pytest_qgis/qgis_bot.py
src/pytest_qgis/qgis_interface.py
src/pytest_qgis/utils.py
src/pytest_qgis.egg-info/PKG-INFO
src/pytest_qgis.egg-info/SOURCES.txt
src/pytest_qgis.egg-info/dependency_links.txt
src/pytest_qgis.egg-info/entry_points.txt
src/pytest_qgis.egg-info/requires.txt
src/pytest_qgis.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_ini.py
tests/test_pytest_qgis.py
tests/test_qgis_bot.py
tests/test_utils.py
tests/utils.py
tests/data/db.gpkg
tests/data/small_raster.tif
tests/visual/__init__.py
tests/visual/test_qgis_ui.py
tests/visual/test_show_map.py