Revision 25231ec5 test/ganeti.objects_unittest.py

b/test/ganeti.objects_unittest.py
26 26

  
27 27
from ganeti import objects
28 28

  
29
import testutils
30

  
31

  
29 32
class SimpleObject(objects.ConfigObject):
30 33
  __slots__ = ['a', 'b']
31 34

  
35

  
32 36
class TestDictState(unittest.TestCase):
33 37
  """Simple dict tansformation tests"""
34 38

  
......
45 49

  
46 50

  
47 51
if __name__ == '__main__':
48
  unittest.main()
52
  testutils.GanetiTestProgram()

Also available in: Unified diff