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

replace nose with py.test #85

Open asmodehn opened 8 years ago

asmodehn commented 8 years ago

nose (especially nose1) makes things confusing because of attempting to auto discover modules ... This breaks or not depending how nose is run ( and sometime works sometimes not, from catkin or directly with python or from ros...)

py.test is more strict in that (like nose2), and seems more complete feature wise. It forces to install the pacakge first and would make things more obvious, therefore easier to fix.

We should migrate to use py.test instead of old nose...