Skip to content

Commit

Permalink
add compliant mode CI test #69
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Aug 12, 2021
1 parent 16d90f4 commit 9e614e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_bakta.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def test_bakta_plasmid(tmpdir):

@pytest.mark.slow
def test_bakta_genome(tmpdir):
# full test on plasmid
proc = run(['bin/bakta', '--db', 'test/db', '--verbose', '--output', tmpdir, '--prefix', 'test', 'test/data/GCF_000008865.2.fna.gz'])
# full test on genome in compliant mode
proc = run(['bin/bakta', '--db', 'test/db', '--verbose', '--output', tmpdir, '--prefix', 'test', '--compliant', 'test/data/GCF_000008865.2.fna.gz'])
assert proc.returncode == 0

tmpdir_path = Path(tmpdir)
Expand Down

0 comments on commit 9e614e4

Please sign in to comment.