HamedElgizery / grass-addons

GRASS GIS Addons Repository (Manuals: https://grass.osgeo.org/grass-stable/manuals/addons/ | Linux-logs: https://grass.osgeo.org/addons/grass8/logs/ | Windows logs: https://wingrass.fsv.cvut.cz/grass83/addons/grass-8.3.1/logs/)
GNU General Public License v2.0
0 stars 0 forks source link

Add a testsuite #5

Open ninsbl opened 1 month ago

ninsbl commented 1 month ago

After a first experimental version is merged, a testsuite should be added, either as unittests, doctests, pytest (or both). If no credentials are needed for searching, that can be part of a unittest without any need to admin access to the grass-addons repo...

You can get inspiration from unittests in other addons...

veroandreo commented 1 month ago

no credentials are needed for searching

is this true for all providers or only some of them? Perhaps this is a note worth adding to the i.eodag manual page

HamedElgizery commented 1 month ago

no credentials are needed for searching

is this true for all providers or only some of them? Perhaps this is a note worth adding to the i.eodag manual page

Only some of the providers allow searching without credentials... I guess we could pick some of them, and add a unittest for searching without credentials with these.