Skip to content

gee-community/pytest-gee

Repository files navigation

pytest-gee

License: MIT conventional commit Black badge prettier badge pre-commit PyPI version conda-forge version badge build Test Coverage Documentation Status

Overview

pytest-gee provides some fixtures that make it easy to generate independent tests that require Earth Engine asset filesystem. It also able to help maintaining tests that generate Earth Engine server side data.

This plugin uses a data directory (courtesy of pytest-datadir) to store expected data files, which are stored and used as baseline for future test runs. You can also define your own data directory directly as described in the pytest_regression documentation.

Credits

This package was created with Copier and the @12rambau/pypackage 0.1.11 project template.