Skip to content

Commit 6129d64

Browse files
author
Luiko Czub
committed
version info changed
close #1
1 parent 85ef36c commit 6129d64

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/testlink/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Licensed under ???
77
# see https://github.com/orenault/TestLink-API-Python-client/issues/4
88

9-
VERSION = '0.4.0-Alpha_error-handling'
9+
VERSION = '0.4.0-Beta'

test/utest/testlinkapi_offline_test.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ def test_countBuilds(self):
150150
response = self.api.countBuilds()
151151
self.assertEqual(0, response)
152152

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
158158

159159
def test_getProjectIDByName(self):
160160
self.api.loadScenario(SCENARIO_A)

0 commit comments

Comments
 (0)