Skip to content

Commit

Permalink
still trying to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rnmitchell committed Oct 6, 2023
1 parent ee6fe22 commit d041b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lusSTR/tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@ def test_lusplus_sequence_info(tmp_path):
"--efm",
]
lusSTR.cli.main(lusSTR.cli.get_parser().parse_args(arglist))
shutil.copyfile(inputfile, os.path.join(str_path, "LUSplus.csv"))
shutil.copyfile(inputfile, os.path.join(str_path, "LUSplus.txt"))
shutil.copyfile(inputfile, os.path.join(str_path, "LUSPlus.csv"))
shutil.copyfile(inputfile, os.path.join(str_path, "LUSPlus.txt"))
all_arglist = ["strs", "all", "-w", str_path]
lusSTR.cli.main(lusSTR.cli.get_parser().parse_args(all_arglist))
assert filecmp.cmp(exp_out, obs_out) is True

0 comments on commit d041b52

Please sign in to comment.