Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

g4l4drim/TestLink-API-Python-client

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestLink API Python Client

Copyright 2011-2012 James Stock, Olivier Renault, TestLink-API-Python-client developers

License Apache License 2.0

Introduction

TestLink-API-Python-client is a Python XMLRPC client for the TestLink API.

It's a brick of Olivier Renault JinFeng idea - an interaction of TestLink, Robot Framework and Jenkins.

Initially based on the James Stock testlink-api-python-client R7.

Directory Layout

src/

  • Source for TestLink API Python Client

tests/

  • Unit Tests for TestLink API Python Client

examples/

  • Examples, how to use the TestLink API Python Client

Installation

Install TestLinkAPI into a virtualenv environment

[PYTHON27]\Scripts\virtualenv [PYENV]\testlink
[PYENV]\testlink\Scripts\activate
python setup.py install

Run example with command line arguments

[PYENV]\testlink\Scripts\activate
python example\TestLinkExample.py 
               --server_url http://[YOURSERVER]/testlink/lib/api/xmlrpc.php
               --devKey [Users devKey generated by TestLink]

Run unittests with TestLink Server interaction

[PYENV]\testlink\Scripts\activate
set TESTLINK_API_PYTHON_SERVER_URL=http://[YOURSERVER]/testlink/lib/api/xmlrpc.php
set TESTLINK_API_PYTHON_DEVKEY=[Users devKey generated by TestLink]
cd test\utest
python -m unittest testlinkapicallservertest testlinkapi_online_test

Run unittests without TestLink Server interaction

[PYENV]\testlink\Scripts\activate
cd test\utest
python -m unittest testlinkhelpertest testlinkapi_offline_test

Download

see downloads

TestLink-API-Python-client developers

About

A Python client to use the TestLink API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.