##// END OF EJS Templates
don't start new notebook server for each test *method*...
don't start new notebook server for each test *method* it takes much too long. This change starts a new notebook server for each test class. Even that is probably too much, but the module organization makes it troublesome to start a single notebook server for all services tests.

File last commit:

r12249:4563b2ee
r13049:08af2731
Show More
__init__.py
7 lines | 171 B | text/x-python | PythonLexer
"""Utilities for converting notebooks to and from different formats."""
from .exporters import *
import filters
import preprocessors
import postprocessors
import writers