Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
openstack
/
turbo-hipster
/
7ad3bcc4768c5dd05bccd53831a6fb4e9be25e87
/
.
/
tests
/
test_nothing.py
blob: fd7af1b8f19928b6cfcdffa1a49caadfb994e5d2 [
file
] [
log
] [
blame
]
import
testtools
class
TestNothing
(
testtools
.
TestCase
):
def
test_at_least_once
(
self
):
self
.
assertTrue
(
True
)