/unit_tests/support/test.py
https://bitbucket.org/jpellerin/nose/ · Python · 13 lines · 9 code · 4 blank · 0 comment · 0 complexity · e8fac9e2a942194a7a41bbe3696789a7 MD5 · raw file
- import unittest
- class Something(unittest.TestCase):
- def test_something(self):
- pass
- class TestTwo:
- def __repr__(self):
- return 'TestTwo'
-
- def test_whatever(self):
- pass