Commit 973260ad authored by Luke Macken's avatar Luke Macken

Test the PyrasiteIPC.title property

parent 476c3335
...@@ -93,4 +93,5 @@ class TestIPC(object): ...@@ -93,4 +93,5 @@ class TestIPC(object):
def test_repr(self): def test_repr(self):
assert repr(self.ipc) assert repr(self.ipc)
def test_title(self):
assert self.ipc.title
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