remove some test code debugging print statements
authorDiane Trout <diane@ghic.org>
Tue, 17 Dec 2013 19:50:12 +0000 (11:50 -0800)
committerDiane Trout <diane@ghic.org>
Tue, 17 Dec 2013 19:54:28 +0000 (11:54 -0800)
htsworkflow/pipelines/test/test_retrive_config.py
htsworkflow/submission/test/test_submission.py
htsworkflow/util/test/test_rdfinfer.py

index 1d0404aa42ec16baff63780f9afa7298e7d04f9b..d06508e9ed3217aa8475f9ace27c39074d0a0202 100644 (file)
@@ -54,7 +54,6 @@ class RetrieveTestCases(TestCase):
 
         output = StringIO()
         save_sample_sheet(output, options, flowcell_info)
 
         output = StringIO()
         save_sample_sheet(output, options, flowcell_info)
-        print output.buf
 
         output.seek(0)
         sheet = list(csv.DictReader(output))
 
         output.seek(0)
         sheet = list(csv.DictReader(output))
index 53b4e91cc5ecdce288d63ac30b6c442a72c8e321..e441f2013ed5d1990e08c9aef107763a9311941e 100644 (file)
@@ -105,8 +105,6 @@ thisView:alignments ucscDaf:filename_re ".*\\.bam$" ;
 
         """
         map = ResultMap()
 
         """
         map = ResultMap()
-        print self.tempdir
-        print os.listdir(self.tempdir)
         map['1000'] = os.path.join(self.sourcedir, S1_NAME)
         map['2000'] = os.path.join(self.sourcedir, S2_NAME)
 
         map['1000'] = os.path.join(self.sourcedir, S1_NAME)
         map['2000'] = os.path.join(self.sourcedir, S2_NAME)
 
index b40f46151f2d45c1243318fdd79d7720fcb3ee07..c6164fa6ec81334dbf91a6486edf9d81a0ef5e29 100644 (file)
@@ -225,7 +225,6 @@ class TestInfer(TestCase):
         inference = Infer(self.model)
 
         errmsg = list(inference._validate_property_types())
         inference = Infer(self.model)
 
         errmsg = list(inference._validate_property_types())
-        print errmsg
         self.failUnlessEqual(len(errmsg), 0)
 
 
         self.failUnlessEqual(len(errmsg), 0)