File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
# Licensed under ???
7
7
# see https://github.com/orenault/TestLink-API-Python-client/issues/4
8
8
9
- VERSION = '0.4.0-Alpha_error-handling '
9
+ VERSION = '0.4.0-Beta '
Original file line number Diff line number Diff line change @@ -150,11 +150,11 @@ def test_countBuilds(self):
150
150
response = self .api .countBuilds ()
151
151
self .assertEqual (0 , response )
152
152
153
- def test_listProjects (self ):
154
- self .api .loadScenario (SCENARIO_A )
155
- self .api .listProjects ()
156
- # no assert check cause method returns nothing
157
- # 'just' prints to stdout
153
+ # def test_listProjects(self):
154
+ # self.api.loadScenario(SCENARIO_A)
155
+ # self.api.listProjects()
156
+ # no assert check cause method returns nothing
157
+ # 'just' prints to stdout
158
158
159
159
def test_getProjectIDByName (self ):
160
160
self .api .loadScenario (SCENARIO_A )
You can’t perform that action at this time.
0 commit comments