From dc954c8d68136bbc262ad3d409e291a31c732df3 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 24 Nov 2020 11:56:26 -0600 Subject: [PATCH] Mark unit and integration tests --- tests/test_core.py | 2 ++ 1 file changed, 2 insertions(+) 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}} -- 2.34.1