Install
from setup
- Clone project
git clone https://github.com/netzulo/qacode
2 Install from setup.py filepython setup.py install
from pip
- Install from PIP package manager
pip install qacode==0.6.4
Tests
from pytest
- Install pytest
- modify config to exec required tests
- Exec all tests with
python setup.py test
from tox
- Install pytest
- modify config to exec required tests
- Exec all tests with
tox -e coverage