From f308bb372d5b74979d3028e48643da47032b97f9 2008-08-07 14:11:32 From: Barry Wark Date: 2008-08-07 14:11:32 Subject: [PATCH] removed complexity test --- diff --git a/IPython/kernel/core/tests/test_notification.py b/IPython/kernel/core/tests/test_notification.py index a16729c..07d9286 100644 --- a/IPython/kernel/core/tests/test_notification.py +++ b/IPython/kernel/core/tests/test_notification.py @@ -169,11 +169,3 @@ class NotificationTests(unittest.TestCase): o.verify() - - def test_complexity_with_no_observers(self): - """Test that the notification center's algorithmic complexity is O(1) - with no registered observers (for the given notification type) - """ - - self.fail("I'm not sure how to test this.") -