Michael Denker eebd26f4ea Update frozen Neo to version 0.5.2 преди 6 години
..
coretest eebd26f4ea Update frozen Neo to version 0.5.2 преди 6 години
iotest eebd26f4ea Update frozen Neo to version 0.5.2 преди 6 години
README.txt d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. преди 6 години
__init__.py d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. преди 6 години
generate_datasets.py eebd26f4ea Update frozen Neo to version 0.5.2 преди 6 години
tools.py d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. преди 6 години

README.txt

To run all tests:

With Python 2.7 or 3.3:

$ python -m unittest discover

If you have nose installed:

$ nosetests


To run tests from an individual file:

$ python test_analogsignal.py

(in all Python versions)



For coverage
nosetests --with-coverage --cover-erase --cover-package=neo