Skip to content

Commit

Permalink
Delete old pytest for md5 code
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Mar 11, 2021
1 parent 40bf0c8 commit 004b2dd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/test_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,3 @@ def test_modules_remove_fastqc(self):
def test_modules_remove_fastqc_uninstalled(self):
""" Test removing FastQC module without installing it """
assert self.mods.remove("fastqc") is False

def test_modules_md5_sum_helper(self):
""" Test the modules md5 sum helper command """
os.mkdir("output")
open("output/test.txt", "w").close()
modules_test_helper = nf_core.modules.ModulesTestYmlBuilder(modules_dir="./")
res = yaml.safe_load(modules_test_helper.generate_test_yml())
shutil.rmtree("output")
assert res[0]["files"][0]["md5sum"] == "d41d8cd98f00b204e9800998ecf8427e"

0 comments on commit 004b2dd

Please sign in to comment.