terracotta/tests/__init__.py
2012-07-03 18:04:49 +10:00

5 lines
112 B
Python

from pyqcy import TestCase
# make nose not run it as standalone test case needlessly
TestCase.__test__ = False