README.txt 305 B

123456789101112131415161718192021
  1. To run all tests:
  2. With Python 2.7 or 3.3:
  3. $ python -m unittest discover
  4. If you have nose installed:
  5. $ nosetests
  6. To run tests from an individual file:
  7. $ python test_analogsignal.py
  8. (in all Python versions)
  9. For coverage
  10. nosetests --with-coverage --cover-erase --cover-package=neo