STABLE v0.3.9 [FAILING TESTs]
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.3.9
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