Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
addressbook
Commits
4a06587a7f01
Commit
d257ade3
authored
Mar 08, 2019
by
Nsukami Patrick
Browse files
Test: use unittest from standard library
parent
e00574f74f20
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_addressbook.py
View file @
4a06587a
from
logilab.common.testlib
import
unittest
_main
import
unittest
from
cubicweb.devtools.testlib
import
AutomaticWebTest
...
...
@@ -14,4 +14,4 @@ class AddressbookAutomaticWebTest(AutomaticWebTest):
del
AutomaticWebTest
if
__name__
==
'__main__'
:
unittest
_
main
()
unittest
.
main
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment