From: Karl O. Pinc Date: Tue, 24 Nov 2020 17:56:26 +0000 (-0600) Subject: Mark unit and integration tests X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=dc954c8d68136bbc262ad3d409e291a31c732df3;p=pgwui_core Mark unit and integration tests --- diff --git a/tests/test_core.py b/tests/test_core.py index 2bd638b..e8d4a91 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -19,9 +19,11 @@ # Karl O. Pinc +import pytest from pgwui_core import core +@pytest.mark.unittest def test_userinitialpost_init(): default_db = 'defaultdb' settings = {'pgwui': {'default_db': default_db}}