projects
/
pgwui_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
144f1b9
)
Mark unit and integration tests
author
Karl O. Pinc
<kop@karlpinc.com>
Tue, 24 Nov 2020 17:56:26 +0000
(11:56 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Tue, 1 Dec 2020 22:10:24 +0000
(16:10 -0600)
tests/test_core.py
patch
|
blob
|
history
diff --git
a/tests/test_core.py
b/tests/test_core.py
index 2bd638b29934233f3bc33e8280d0dba487d057a6..e8d4a91db8c4265a72f5c9ee36ba5c98588ff4ef 100644
(file)
--- a/
tests/test_core.py
+++ b/
tests/test_core.py
@@
-19,9
+19,11
@@
# Karl O. Pinc <kop@karlpinc.com>
+import pytest
from pgwui_core import core
+@pytest.mark.unittest
def test_userinitialpost_init():
default_db = 'defaultdb'
settings = {'pgwui': {'default_db': default_db}}