geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
175 stars 117 forks source link

DBLog test are bound to other test #679

Open gschwind opened 12 months ago

gschwind commented 12 months ago

Description

The test_dblog.py check the content of the database during the test, running the test_dblog.py will always success because the database will be empty, but if other tests are runned before, the state of database may change and it may change the result of the test.

I think the test should be accurate, even if it's run alone or with other tests.

Environment

Steps to Reproduce

run pytest tests/test_dblog.py alone.

Additional Information