mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 22:39:50 +00:00
lusers: Assert GlobalInvisible and GlobalVisible are lower or equal to the total
This commit is contained in:
@ -42,6 +42,8 @@ class LusersTestCase(cases.BaseServerTestCase):
|
||||
|
||||
self.assertGreaterEqual(lusers.GlobalInvisible, 0)
|
||||
self.assertGreaterEqual(lusers.GlobalVisible, 0)
|
||||
self.assertLessEqual(lusers.GlobalInvisible, total)
|
||||
self.assertLessEqual(lusers.GlobalVisible, total)
|
||||
self.assertEqual(lusers.GlobalInvisible + lusers.GlobalVisible, total)
|
||||
|
||||
self.assertEqual(lusers.LocalTotal, total)
|
||||
|
Reference in New Issue
Block a user