summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test.py b/test.py
index d8d6481..64734d8 100644
--- a/test.py
+++ b/test.py
@@ -251,6 +251,11 @@ class TestBasicStuff(ServerFixture):
self.send("apa", "ISON apa lemur")
self.expect("apa", r":local\S+ 303 apa :apa lemur")
+ def test_lusers(self):
+ self.connect("apa")
+ self.send("apa", "lusers")
+ self.expect("apa", r":local\S+ 251 apa :There are \d+ users and \d+ services on \d+ servers*")
+
class TestTwoChannelsStuff(TwoClientsTwoChannelsFixture):
def test_privmsg_to_channel(self):