Beispiel #1
0
 def test_004_get_partitions(self):
     testorg = Org('unittesting')
     partitions = Partition.get(self.session, testorg)
     self.assertIsInstance(partitions, list)
 def test_004_get_partitions(self):
     testorg = Org('unittesting')
     partitions = Partition.get(self.session, testorg)
     self.assertIsInstance(partitions, list)