splintered-reality/py_trees_ros

Switch to nose or py tests

Closed this issue · 1 comments

Vanilla unit tests create a very confusing message on stderr even if the tests pass.

Nose and Py Tests additionally create report files.

Switched from unittest to pytest (more comprehensive than unittest).

338d121