Add subscription creation test

This commit is contained in:
Christophe Bedard 2019-05-31 16:43:04 +02:00
parent 6caaa51764
commit cc8187e55b
5 changed files with 111 additions and 2 deletions

View file

@ -51,5 +51,6 @@ class TestPublisher(unittest.TestCase):
shutil.rmtree(path)
if __name__ == '__main__':
unittest.main()