fix listener.py and subscriber.py
joshuamorton opened this issue · 2 comments
joshuamorton commented
They currently rely on a directory, we should fix that.
irapha commented
More information, from the original issue: gtagency/buzzmobile#185
Currently mock_node and check topic will fail if tests are run from the
wrong directory because the paths to listener and publisher are hardcoded.
Lets fix that shall we.
joshuamorton commented
Manually tested on pyrostest-test branch of buzzmobile, until we can get some better tests here.