pyros-dev / pyros

Python interfacing for multiprocess software - A Python blanket for ROS to hide inside
BSD 3-Clause "New" or "Revised" License
25 stars 4 forks source link

nosetest OK but nose collector FAILS #76

Open asmodehn opened 8 years ago

asmodehn commented 8 years ago

nosetests currently succeeds :

alexv@asmodehn:~/ROS/gopher_bootstrap/install$ nosetests pyros
..................................................................................
----------------------------------------------------------------------
Ran 82 tests in 27.918s

but nosemain using nose collector fails somehow :

alexv@asmodehn:~/ROS/gopher_bootstrap/install$ pyros
#1 pyros.mockinterface.tests.test_mockinterface.test_mockinterface_update_services_c1 ... ok
[...]
--------------------- >> end captured stdout << ----------------------

----------------------------------------------------------------------
XML: /home/alexv/ROS/gopher_bootstrap/install/nosetests.xml
----------------------------------------------------------------------
Ran 119 tests in 82.535s

FAILED (errors=29, failures=7)