Running Pyevolve tests¶
Install appropriate packages with:
pip install -r requirements_test.txt
Run tests with coverage:
coverage run runtests.py
Create coverage report and it’s html presentation:
coverage report -m coverage html
Now you can find report in htmlcov/index.html