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

r8121:66727cb1
r13049:08af2731
Show More
print_argv.py
2 lines | 30 B | text/x-python | PythonLexer
import sys
print sys.argv[1:]