Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
samyboy edited this page Oct 6, 2014 · 13 revisions

Run unit tests

install dev tools

Ubuntu:

sudo apt-get install zlib1g-dev libssl-dev python-dev

##Execute tests

./tests/run.sh

This script will create the tmp, python and virtualenv folders and run the unit tests for multiple Python versions.

Clone this wiki locally