Revision 16414815 test/apitest.py

b/test/apitest.py
41 41
#        print 'In tearDown()'
42 42
        del self.qh
43 43

  
44
    def testCreate(self):
44
    def test_001_create_entity(self):
45 45
        rejected = self.qh.create_entity(context={},create_entity=[("pgerakios","system","key1","")])
46 46
        self.assertEqual(rejected,[])
47 47

  
48
    def test_002_set_entity_key(self):
49
        pass
50

  
51
    def test_003_list_entities(self):
52
        pass
53

  
54
    def test_004_get_entity(self):
55
        pass
56

  
57
    def test_005_get_limits(self):
58
        pass
59

  
60
    def test_006_set_limits(self):
61
        pass
62

  
63
    def test_007_get_holding(self):
64
        pass
65

  
66
    def test_008_set_holding(self):
67
        pass
68

  
69
    def test_009_list_resources(self):
70
        pass
71

  
72
    def test_010_get_quota(self):
73
        pass
74

  
75
    def test_011_set_quota(self):
76
        pass
77

  
78
    def test_012_issue_commission(self):
79
        pass
80

  
81
    def test_013_accept_commission(self):
82
        pass
83

  
84
    def test_014_reject_commission(self):
85
        pass
86

  
87
    def test_015_get_pending_commissions(self):
88
        pass
89

  
90
    def test_016_resolve_pending_commissions(self):
91
        pass
92

  
93
    def test_017_release_entity(self):
94
        pass
95

  
96
    def test_018_get_timeline(self):
97
        pass
98

  
99

  
100

  
48 101
if __name__ == "__main__":
49 102
    unittest.main()

Also available in: Unified diff