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
basket
Commits
d47a019452a8
Commit
739c03ce
authored
Feb 10, 2010
by
Sylvain Thénault
Browse files
merge
parents
57869abe82e1
c216de095f60
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/unittest_basket.py
View file @
d47a0194
from
logilab.common.testlib
import
TestCase
,
unittest_main
class
BasketTC
(
TestCase
):
def
test_something
(
self
):
self
.
skip
(
'this component has no test'
)
if
__name__
==
'__main__'
:
unittest_main
()
Write
Preview
Supports
Markdown
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