Create unit tests #3

Merged
tormakris merged 9 commits from testing into master 2020-03-31 21:49:57 +02:00
Showing only changes of commit d47d2e8d97 - Show all commits

View File

@ -199,6 +199,7 @@ def test_updateconsumer(httpserver):
uuid=generateduuid, communicator=comm)
locator.learnconsumerlist();
ret = locator.updateconsumer()
assert locator.currentconsumer is not None
assert ret == f"127.0.0.1:{port}"