Move ucsc_encode_submission code out of extra so nose will autodiscover it.
[htsworkflow.git] / extra / ucsc_encode_submission / test_ucsc_gather.py
diff --git a/extra/ucsc_encode_submission/test_ucsc_gather.py b/extra/ucsc_encode_submission/test_ucsc_gather.py
deleted file mode 100644 (file)
index d7d54e6..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-import unittest
-
-import ucsc_gather
-
-class testUCSCGather(unittest.TestCase):
-    pass
-
-def suite():
-    return unittest.makeSuite(testUCSCGather,"test")
-
-if __name__ == "__main__":
-    unittest.main(defaultTest="suite")