5 lines
112 B
Python
5 lines
112 B
Python
from pyqcy import TestCase
|
|
|
|
# make nose not run it as standalone test case needlessly
|
|
TestCase.__test__ = False
|