/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

  1. import unittest
  2. class Something(unittest.TestCase):
  3. def test_something(self):
  4. pass
  5. class TestTwo:
  6. def __repr__(self):
  7. return 'TestTwo'
  8. def test_whatever(self):
  9. pass