mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-20 12:20:29 +08:00
MAINT: don't test handler.
This commit is contained in:
@@ -6,6 +6,7 @@ from itertools import (
|
||||
count,
|
||||
product,
|
||||
)
|
||||
from nose.tools import nottest
|
||||
import operator
|
||||
import os
|
||||
import shutil
|
||||
@@ -883,6 +884,7 @@ def parameter_space(**params):
|
||||
return decorator
|
||||
|
||||
|
||||
@nottest
|
||||
def make_test_handler(testcase, *args, **kwargs):
|
||||
"""
|
||||
Returns a TestHandler which will be used by the given testcase. This
|
||||
|
||||
Reference in New Issue
Block a user