Show More
@@ -16,6 +16,9 b' from IPython.utils.tempdir import TemporaryDirectory' | |||
|
16 | 16 | MAX_WAITTIME = 30 # seconds to wait for notebook server to start |
|
17 | 17 | POLL_INTERVAL = 0.1 # time between attempts |
|
18 | 18 | |
|
19 | class TimeoutError(Exception): | |
|
20 | pass | |
|
21 | ||
|
19 | 22 | class NotebookTestBase(TestCase): |
|
20 | 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