##// END OF EJS Templates
use parametric tests in message_spec...
use parametric tests in message_spec Now each key check counts as a test

File last commit:

r4053:b45902e3
r6558:1eb1636b
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *