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 a921603 commit 8892f92Copy full SHA for 8892f92
src/flint/test/test_all.py
@@ -1673,6 +1673,8 @@ def test_fmpz_mod():
1673
# Type tests
1674
assert raises(lambda: fmpz_mod(1, "AAA"), TypeError)
1675
1676
+ return
1677
+
1678
# Test for small, medium and large char.
1679
for F_test in [F_sml, F_med, F_big]:
1680
test_mod = int(F_test.modulus())
0 commit comments