Releases: netzulo/qacode
Releases · netzulo/qacode
STABLE v0.6.4
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
STABLE v0.6.3
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.3
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
v0.6.2
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.2
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
v0.6.1
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.1
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
v0.6.0
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.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
v0.5.9
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.5.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
v0.5.8
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.5.6
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
STABLE v0.5.6
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.5.6
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
UNSTABLE v0.5.4
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.5.4
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
STABLE v0.5.4
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.5.4
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
- Updated ControlBase and ControlForm load strategy
- CI fixes