File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,16 @@ Changes in TestLink-API-Python-client Source Distribution
33
44TestLink-API-Python-client release notes v0.6.0 - under develop
55---------------------------------------------------------------
6- support for python 3 (3.3 and 3.4)
7- added tox, pytest and travis for tests and ci
86
9- ** Note: tests are still unreliable as order of keywords is not maintained. Need to implement ordered dict to ensure all tests pass consistently **
7+ support for TestLink release 1.9.12 and py26, py27, py33 and py34
108
9+ Integrates `manojklm <https://github.com/manojklm/TestLink-API-Python-client >`_
10+ pull request #33 and #37
11+
12+ - add source and unittest support for py33 and py34
13+ - extend py26 support for unittest2
14+ - add *.travis.yml * configuration for `Travis CI <https://travis-ci.org/manojklm/TestLink-API-Python-client >`_
15+ - add *tox.ini * configuration for `Tox <http://tox.readthedocs.org >`_
1116
1217TestLink-API-Python-client release notes v0.5.2 (Oct. 2014)
1318-----------------------------------------------------------
Original file line number Diff line number Diff line change @@ -16,5 +16,7 @@ commands=
1616 py.test --junitxml ={envlogdir}/pyunit-offline-{envname}.xml test/utest-offline
1717 python -m testlink.testlinkapi # prompt infos about testlink connection
1818 py.test --junitxml ={envlogdir}/pyunit-online-{envname}.xml test/utest-online
19+ python example\TestLinkExampleGenericApi.py
20+ python example\TestLinkExample.py
1921
2022
You can’t perform that action at this time.
0 commit comments