sagemath/sage

Fix doctest in src/sage/rings/integer.pyx

Closed this issue · 10 comments

Fixing a doctest rewritten in #32549

As reported in https://groups.google.com/g/sage-devel/c/5ML0VpeBamI/m/9p5DmPF2AQAJ

CC: @fchapoton @yyyyx4

Component: basic arithmetic

Author: Matthias Koeppe

Branch/Commit: ae29c47

Reviewer: Lorenz Panny

Issue created by migration from https://trac.sagemath.org/ticket/32737

Author: Matthias Koeppe

Commit: ae29c47

comment:2

Trying flush=True as suggested


New commits:

ae29c47src/sage/rings/integer.pyx: Flush output in doctest

Description changed:

--- 
+++ 
@@ -1,2 +1,4 @@
+Fixing a doctest rewritten in #32549
+
 As reported in https://groups.google.com/g/sage-devel/c/5ML0VpeBamI/m/9p5DmPF2AQAJ
 
comment:4

(untested, waiting for patchbot)

comment:5

Green patchbot, please review

Reviewer: Lorenz Panny

comment:7

Thanks!