Skip to content

Commit

Permalink
[TEST] repr
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Oct 28, 2024
1 parent 2c5e042 commit 0c63725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,7 @@ def test_cigar_actions_str(action):
@pytest.mark.parametrize("action", list(CigarActions))
def test_cigar_actions_repr(action):
assert action == eval(repr(action))
assert repr(action) in ['CigarActions.MATCH']


@pytest.mark.parametrize("action", list(CigarActions))
Expand Down

0 comments on commit 0c63725

Please sign in to comment.