actinia-org / actinia-core

Actinia Core is an open source REST API for scalable, distributed, high performance processing of geographical data that uses mainly GRASS GIS for computational tasks (DOI: https://doi.org/10.5281/zenodo.5879231) | Tutorial: https://actinia-org.github.io/actinia-core/ | Docker: https://hub.docker.com/r/mundialis/actinia-core
https://actinia.mundialis.de/
GNU General Public License v3.0
78 stars 23 forks source link

Reset test markers #462

Closed anikaweinmann closed 1 year ago

anikaweinmann commented 1 year ago

You can execute only unittests or dev tests without registering the markers, but e.g. for listing all markers you have to register them:

pytest --markers
@pytest.mark.dev: test current in development
@pytest.mark.unittest: completely independent test
....

see also https://docs.pytest.org/en/7.1.x/example/markers.html#registering-markers