Skip to content

Commit

Permalink
Add tests corresponding to commit d1ef413
Browse files Browse the repository at this point in the history
  • Loading branch information
zertrin committed Nov 13, 2013
1 parent 810a599 commit 2c0d578
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rezoirclogs/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ def test_exotic_nicknames(self):
("22:14 <@DaLynX> merci remram", "DaLynX"),
("04:54 <@Zertr1> derns!", "Zertr1"),
("04:54:00 <@Zertr1> derns!", "Zertr1"),
("01:59 < kage> c'est moche les GUI en java", "kage")]
("01:59 < kage> c'est moche les GUI en java", "kage"),
("11:59 <~kage> c'est moche les GUI en java", "kage"),
("01:59 <&kage> c'est moche les GUI en java", "kage")]

for line, nick in lines:
self.assertEqual(self._get_FUT(line).user, nick, line)
Expand Down

0 comments on commit 2c0d578

Please sign in to comment.