Tests if ros master is not running using rostest
I like to write a test for a feature that detects if ros master is not running. Using rostest
, which automatically starts ros master, is there a way to achieve this?