We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08eaa24 commit 8fdcc73Copy full SHA for 8fdcc73
1 file changed
src/tests/test_flip_coins_function.py
@@ -11,7 +11,7 @@
11
"coin_flip_count",
12
list(range(11)) + list(range(10, 200, 10)) + [1, 2] * 30
13
)
14
-def test_foo_function(coin_flip_count: int) -> None:
+def test_multiple_coin_flips(coin_flip_count: int) -> None:
15
"""Example test case
16
17
Parameters:
0 commit comments