update readme

This commit is contained in:
Martin Bubel 2023-11-13 21:04:38 +01:00
parent 07f2c50f3b
commit e8cafdbe06

View file

@ -171,13 +171,13 @@ print(m_load)
New way of running tests is using coverage:
Ensure nose and coverage is installed:
Ensure pytest and coverage is installed:
pip install nose coverage
pip install pytest
Run nosetests from root directory of repository:
coverage run travis_tests.py
python travis_tests.py
Create coverage report in htmlcov/