Commit 2bc91af6 authored by FichteFoll's avatar FichteFoll

Add comment regarding passing of stream param

parent 268e7c27
...@@ -655,6 +655,7 @@ class DefaultChannelTests(TestContainer, unittest.TestCase): ...@@ -655,6 +655,7 @@ class DefaultChannelTests(TestContainer, unittest.TestCase):
@classmethod @classmethod
def tearDownClass(cls): def tearDownClass(cls):
if cls.skipped_repositories: if cls.skipped_repositories:
# TODO somehow pass stream here
print("Repositories skipped: %s" % dict(cls.skipped_repositories)) print("Repositories skipped: %s" % dict(cls.skipped_repositories))
def test_channel_keys(self): def test_channel_keys(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment