Michael Denker d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 anos atrás
..
coretest d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 anos atrás
iotest d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 anos atrás
README.txt d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 anos atrás
__init__.py d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 anos atrás
generate_datasets.py d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 anos atrás
tools.py d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 anos atrás

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