예제 #1
0
 def test_not_None(self) -> None:
     assert bus.append_docstring('hello ', 'world') == "hello world"
예제 #2
0
 def test_None(self) -> None:
     assert bus.append_docstring(None, "stuff") is None