##// END OF EJS Templates
removed complexity test
Barry Wark -
Show More
@@ -169,11 +169,3 b' class NotificationTests(unittest.TestCase):'
169
169
170 o.verify()
170 o.verify()
171
171
172
173 def test_complexity_with_no_observers(self):
174 """Test that the notification center's algorithmic complexity is O(1)
175 with no registered observers (for the given notification type)
176 """
177
178 self.fail("I'm not sure how to test this.")
179
General Comments 0
You need to be logged in to leave comments. Login now