Skip to content

Commit 034e995

Browse files
author
Luiko Czub
committed
tox config extend to run examples
[skip ci]
1 parent 2b66e70 commit 034e995

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGES.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ Changes in TestLink-API-Python-client Source Distribution
33

44
TestLink-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

1217
TestLink-API-Python-client release notes v0.5.2 (Oct. 2014)
1318
-----------------------------------------------------------

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)