Skip to content

Commit

Permalink
switch test to use runtmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Mar 12, 2022
1 parent 5449512 commit d9f3ecf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_cmd_signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -2989,9 +2989,10 @@ def test_sig_describe_1_zipfile(c):
assert line.strip() in out


@utils.in_tempdir
def test_sig_describe_1_sig_abund(c):
def test_sig_describe_1_sig_abund(runtmp):
# check output of sig describe on a sketch with abundances
c = runtmp

sigfile = utils.get_test_data('track_abund/47.fa.sig')
c.run_sourmash('sig', 'describe', sigfile)

Expand Down

0 comments on commit d9f3ecf

Please sign in to comment.