Skip to content

Commit

Permalink
Remove deprecated test that depends on filesize
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Valls Guimera committed Mar 6, 2013
1 parent 2b21179 commit 8729291
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,3 @@ def test_3_query_custom(self):
for ref in self.reference:
facs.query(os.path.join(self.synthetic_fastq, test_fname),
os.path.join(self.bloom_dir, os.path.splitext(ref)[0]+".bloom"))


def test_4_query_custom_small_compressed(self):
""" Query gzip compressed fastq files (less than 20MB).
"""
for sample in glob.glob(os.path.join(self.custom_dir, "*.fastq.gz")):
print "\nQuerying against compressed sample %s" % sample
if os.path.getsize(os.path.join(self.custom_dir, sample)) < 20*1024*1204:
facs.query(os.path.join(self.custom_dir, sample),os.path.join(self.bloom_dir, "U00096.2.bloom"))

0 comments on commit 8729291

Please sign in to comment.