Skip to content

Commit

Permalink
Add a couple new test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukoff-pavel committed Sep 18, 2024
1 parent c3e8d7b commit 8b69cda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/test_assertion.py
Original file line number Diff line number Diff line change
Expand Up @@ -1445,6 +1445,8 @@ def test_many_lines():
(None, 9, 0),
(None, 0, 0),
(0, 0, 0),
(0, 1000, 0),
(1000, 0, 0),
),
)
def test_truncation_with_ini(
Expand Down

0 comments on commit 8b69cda

Please sign in to comment.