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.
This package was created with Copier and the @12rambau/pypackage 0.1.11 project template.