Skip to content

Commit

Permalink
add tests for _location
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Mar 9, 2021
1 parent 93fc620 commit 7f601c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_sbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,8 @@ def test_sbt_protein_command_index(c):

results = db2.gather(sig2)
assert results[0][0] == 1.0
assert results[0][2] == db2._location
assert results[0][2] == db_out


@utils.in_thisdir
Expand Down Expand Up @@ -840,6 +842,8 @@ def test_sbt_hp_command_index(c):

results = db2.gather(sig2)
assert results[0][0] == 1.0
assert results[0][2] == db2._location
assert results[0][2] == db_out


@utils.in_thisdir
Expand Down Expand Up @@ -886,6 +890,8 @@ def test_sbt_dayhoff_command_index(c):

results = db2.gather(sig2)
assert results[0][0] == 1.0
assert results[0][2] == db2._location
assert results[0][2] == db_out


@utils.in_thisdir
Expand Down

0 comments on commit 7f601c1

Please sign in to comment.