Skip to content

Commit 5fe4a0b

Browse files
author
Luiko Czub
committed
separate unittest directory
1 parent b5190fa commit 5fe4a0b

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/testlink/testlinkapi.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012 Olivier Renault, James Stock, kereval.com, TestLink-API-Python-client developers
4+
# Copyright 2011-2012 Olivier Renault, James Stock, TestLink-API-Python-client developers
55
#
66
# Licensed under ???
77
# see https://github.com/orenault/TestLink-API-Python-client/issues/4
@@ -542,9 +542,7 @@ def getProjectIDByName(self, projectName):
542542
def __str__(self):
543543
message = """
544544
TestLinkAPIClient - class %s - version %s
545-
@author: Olivier Renault ([email protected])
546-
@author: kereval.com
547-
@author: Patrick Dassier
545+
@author: Olivier Renault, James Stock, TestLink-API-Python-client developers
548546
"""
549547
return message % (self.__class__.__name__, self.__VERSION__)
550548

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-preAlpha'
9+
VERSION = '0.4.0-Alpha'
File renamed without changes.

0 commit comments

Comments
 (0)