##// END OF EJS Templates
Missing class def for TimeoutError.
Brian E. Granger -
Show More
@@ -16,6 +16,9 b' from IPython.utils.tempdir import TemporaryDirectory'
16 MAX_WAITTIME = 30 # seconds to wait for notebook server to start
16 MAX_WAITTIME = 30 # seconds to wait for notebook server to start
17 POLL_INTERVAL = 0.1 # time between attempts
17 POLL_INTERVAL = 0.1 # time between attempts
18
18
19 class TimeoutError(Exception):
20 pass
21
19 class NotebookTestBase(TestCase):
22 class NotebookTestBase(TestCase):
20 """A base class for tests that need a running notebook.
23 """A base class for tests that need a running notebook.
21
24
General Comments 0
You need to be logged in to leave comments. Login now