Skip to content

Commit

Permalink
Temporarily breaking a test to verify that the github-run tests works
Browse files Browse the repository at this point in the history
  • Loading branch information
freiheit committed Mar 25, 2024
1 parent 6f41dde commit 3ce18b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def test_parser_good(self):
"4d12 1d10 2d4": {20:0, 12:4, 10:1, 8:0, 6:0, 4:2},
" d4 d6 d8 d12 ": {20:0, 12:1, 10:0, 8:1, 6:1, 4:1},
"1024d20, 500d4": {20:1024, 12:0, 10:0, 8:0, 6:0, 4:500},
"1023d20, 500d4": {20:1024, 12:0, 10:0, 8:0, 6:0, 4:500},
}
for (dstring, dspec) in strings.items():
with self.subTest(dstring=dstring):
Expand Down

0 comments on commit 3ce18b7

Please sign in to comment.