##// END OF EJS Templates
add some debugging output to js tests...
add some debugging output to js tests - display errors in evaluate / browser code - capture and display console.log if a test fails (like nose)

File last commit:

r13347:54891794
r17338:c01a5c4f
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *