Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouy committed Dec 23, 2024
1 parent 5e76d6a commit ed1db02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_residues.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ def test_eq(self):
("ALA1.A", "ALA1.B"),
("ALA2.A", "ALA3.A"),
("ALA4.A", "ALA1.B"),
("ALA1", "ALA2"),
("ALA1", "ALA1.A"),
],
)
def test_lt(self, res1, res2):
Expand Down

0 comments on commit ed1db02

Please sign in to comment.