Michael Denker eebd26f4ea Update frozen Neo to version 0.5.2 před 6 roky
..
coretest eebd26f4ea Update frozen Neo to version 0.5.2 před 6 roky
iotest eebd26f4ea Update frozen Neo to version 0.5.2 před 6 roky
README.txt d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. před 6 roky
__init__.py d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. před 6 roky
generate_datasets.py eebd26f4ea Update frozen Neo to version 0.5.2 před 6 roky
tools.py d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. před 6 roky

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