Skip to content

Commit 6a65cfa

Browse files
committed
fix: make test suite run doctests
1 parent 029ec02 commit 6a65cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def test_arb():
447447
sys.stdout.write("test_nmod_mat..."); test_nmod_mat(); print("OK")
448448
sys.stdout.write("test_arb.."); test_arb(); print("OK")
449449
sys.stdout.write("doctests...");
450-
fail, total = doctest.testmod(flint);
450+
fail, total = doctest.testmod(flint._flint);
451451
if fail == 0:
452452
print("OK")
453453
else:

0 commit comments

Comments
 (0)