Skip to content

Commit

Permalink
Mark test_database as webtest, as it primarily fetches data
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobuddel committed Jun 14, 2023
1 parent a7f94e3 commit 0e5fdb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scopesim/tests/tests_server/test_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
from scopesim import rc


pytestmark = pytest.mark.webtest
# Entire module is marked as webtest because it primarily fetches data.


def test_package_list_loads():
pkgs = db.get_server_package_list()
assert isinstance(pkgs, dict)
Expand Down

0 comments on commit 0e5fdb7

Please sign in to comment.