projects
/
pgwui_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f9f1a5
)
Fix flake8 problems
author
Karl O. Pinc
<kop@meme.com>
Sun, 21 Oct 2018 23:11:02 +0000
(18:11 -0500)
committer
Karl O. Pinc
<kop@meme.com>
Sun, 21 Oct 2018 23:58:53 +0000
(18:58 -0500)
tests/test_pgwui_core.py
patch
|
blob
|
history
diff --git
a/tests/test_pgwui_core.py
b/tests/test_pgwui_core.py
index 35082844aa0a1a5600b65781d6cefb13e6fd9cf6..db7506ad33fcee85f5b585e990c932485f64e32e 100644
(file)
--- a/
tests/test_pgwui_core.py
+++ b/
tests/test_pgwui_core.py
@@
-20,10
+20,11
@@
# Karl O. Pinc <kop@meme.com>
from pgwui_core import pgwui_core
-import pgwui_core.form_constants import *
+from pgwui_core import form_constants
+
def test_userinitialpost_init():
uip = pgwui_core.UserInitialPost()
- assert uip.db == LIVE_DB
+ assert uip.db ==
form_constants.
LIVE_DB
assert uip.user == ''
assert uip.password == ''