diff --git a/tests/__init__.py b/tests/__init__.py index 3e13f9d..f063653 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,3 @@ from pyqcy import TestCase -# make nose not run it as standalone test case needlessly TestCase.__test__ = False