From d9f3ecf4113016801a068b839645c6e8279665ac Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Sat, 12 Mar 2022 06:52:00 -0800 Subject: [PATCH] switch test to use runtmp --- tests/test_cmd_signature.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/test_cmd_signature.py b/tests/test_cmd_signature.py index 7f73b8fe5d..5e03011ba5 100644 --- a/tests/test_cmd_signature.py +++ b/tests/test_cmd_signature.py @@ -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)