xivo-test-helpers

XiVO test helpers


License
Other
Install
pip install xivo-test-helpers==0.1.7

Documentation

xivo-test-helpers

Common test helpers used in XiVO

To install

pip install xivo-test-helpers

Releasing a new version

Edit setup.py and increase version number.

git commit

git tag <version>

make upload

git push
git push --tags