We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740c11a commit 4ae5283Copy full SHA for 4ae5283
micall/tests/test_denovo.py
@@ -21,6 +21,7 @@ def normalize_fasta(content: str) -> str:
21
22
@mark.iva() # skip with -k-iva
23
def test_denovo_iva(tmpdir, hcv_db):
24
+ tmpdir = Path(tmpdir)
25
microtest_path = Path(__file__).parent / 'microtest'
26
contigs_fasta: Path = tmpdir / 'result.fasta'
27
expected_contigs_fasta = """\
0 commit comments