##// 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:

r12505:1cf4e29e
r13049:08af2731
Show More
__init__.py
7 lines | 167 B | text/x-python | PythonLexer
from .ansi import *
from .citation import *
from .datatypefilter import *
from .highlight import *
from .latex import *
from .markdown import *
from .strings import *