Skip to content

TestLink-API-Python-client v0.4.0-RC1 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 30 commits into from
Nov 26, 2012

Conversation

lczub
Copy link

@lczub lczub commented Nov 26, 2012

Hello g4l4drim,

FYI: maybe you are interested in following changes.

Apache Licence 2.0 declarations
setup.py and distribution structure
setting connection parameters via command line arguments
setting connection parameters via environment variables
read.md
central version.py info (currently set to 0.4.0-RC1)
Method _callServer() with basic error handling
initial unittests
some minor code cleanups

Code also includes your master branch changes.

Regards Luiko

Patrick Dassier and others added 30 commits October 5, 2012 09:01
- TestlinkAPIClient -> TestLinkAPIClient
- buildsName -> buildName 
- getBuildsByName -> getBuildByName
TestLink connection parameters could now be set via
a) environment variables 
  - TESTLINK_API_PYTHON_SERVER_URL and TESTLINK_API_PYTHON_DEVKEY
b) command line arguments
  --server_url and --devKey
calls server method METHODAPI with error handling and returns the
responds
#2
also getProjectIDByName() fixed - break statement added
#2
Commit f423c7c changed the class name from *TestlinkAPIClient* to 
*TestLinkAPIClient* (small L to BIG L). Cause Python acts case
sensitive, this change has the effect, that existing code will no more
run - it will not find the class anymore. For compatibility reasons this
change is reverted till a decision, if this meaningful change should be
realised.
#2
…I-Python-client into error-handling

Conflicts:
	test/utest/testlinkapicallservertest.py
- set version to 0.4.0-RC1
- add MANIFEST.in, LICENSE-2.0 file
g4l4drim added a commit that referenced this pull request Nov 26, 2012
TestLink-API-Python-client v0.4.0-RC1
@g4l4drim g4l4drim merged commit 7314ce0 into g4l4drim:master Nov 26, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants