Skip to content

Releases: TestLinkOpenSourceTRMS/testlink-tests

STABLE v0.0.2

06 Jul 20:46
Compare
Choose a tag to compare

Install

from setup

  1. Clone project git clone https://github.com/TestLinkOpenSourceTRMS/testlink-tests
    2 Install from setup.py file python setup.py install

from pip

  1. Install from PIP package manager pip install testlinktests==0.0.0

Tests

from pytest

  1. Install pytest
  2. modify config to exec required tests
  3. Install qautils package : ```pip install qautils``
  4. Exec all tests with python setup.py pytest

from tox

  1. Install pytest
  2. modify config to exec required tests
  3. Exec all tests with tox

Version Notes

  • Added base class for testing
  • Added tests for some methods from XMLRPC

UNSTABLE v0.0.0

04 Jul 00:20
4c17ae9
Compare
Choose a tag to compare

Install

from setup

  1. Clone project git clone https://github.com/TestLinkOpenSourceTRMS/testlink-tests
    2 Install from setup.py file python setup.py install

from pip

  1. Install from PIP package manager pip install testlinktests==0.0.0

Tests

from pytest

  1. Install pytest
  2. modify config to exec required tests
  3. Exec all tests with python setup.py pytest

from tox

  1. Install pytest
  2. modify config to exec required tests
  3. Exec all tests with tox

Version Notes

  • Added main CIs systems for Github source code