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
forgotpwd
Commits
e2582d4989a8
Commit
a73fb8cc
authored
Feb 10, 2011
by
Sylvain Thénault
Browse files
backport stable
parents
81e3b8714173
ae29479c6c79
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_forgotpwd.py
View file @
e2582d49
...
...
@@ -6,17 +6,10 @@
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
from
logilab.common.testlib
import
TestCase
,
unittest_main
#class DefaultTC(TestCase):
# def test_something(self):
# self.skip('this cube has no test')
## uncomment the import if you want to activate automatic test for your
## template
from
logilab.common.testlib
import
unittest_main
from
cubicweb.devtools.testlib
import
AutomaticWebTest
class
AutomaticWebTest
(
AutomaticWebTest
):
pass
if
__name__
==
'__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