Releases: TestLinkOpenSourceTRMS/testlink-tests
Releases · TestLinkOpenSourceTRMS/testlink-tests
STABLE v0.0.2
Install
from setup
- Clone project
git clone https://github.com/TestLinkOpenSourceTRMS/testlink-tests
2 Install from setup.py filepython setup.py install
from pip
- Install from PIP package manager
pip install testlinktests==0.0.0
Tests
from pytest
- Install pytest
- modify config to exec required tests
- Install qautils package : ```pip install qautils``
- Exec all tests with
python setup.py pytest
from tox
- Install pytest
- modify config to exec required tests
- Exec all tests with
tox
Version Notes
- Added base class for testing
- Added tests for some methods from XMLRPC
UNSTABLE v0.0.0
Install
from setup
- Clone project
git clone https://github.com/TestLinkOpenSourceTRMS/testlink-tests
2 Install from setup.py filepython setup.py install
from pip
- Install from PIP package manager
pip install testlinktests==0.0.0
Tests
from pytest
- Install pytest
- modify config to exec required tests
- Exec all tests with
python setup.py pytest
from tox
- Install pytest
- modify config to exec required tests
- Exec all tests with
tox
Version Notes
- Added main CIs systems for Github source code