We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95469c7 commit eff2cc6Copy full SHA for eff2cc6
src/test_some_file.py
@@ -18,3 +18,7 @@ def test_all_1s_returns_negative_four(self) -> None:
18
assert roll_fate(0) == -4
19
20
21
+
22
+ def test_all_break_the_build(self) -> None:
23
+ with patch('some_file.randint', return_value=1):
24
+ assert roll_fate(0) == -1
0 commit comments