| 11 | |
| 12 | |
| 13 | Also, `run_doctests` fails in interactive use because color escape sequences are still being produced (this is switched off in doctest mode) |
| 14 | {{{ |
| 15 | sage: run_docteststs(sage.rings.infinity) |
| 16 | Doctesting /home/vbraun/opt/sage-5.9.beta1/devel/sage/sage/rings/infinity.py |
| 17 | [...] |
| 18 | 7 of 7 in sage.rings.infinity.is_Infinite |
| 19 | [225 tests, 248 failures, 0.8 s] |
| 20 | ---------------------------------------------------------------------- |
| 21 | sage -t /home/vbraun/opt/sage-5.9.beta1/devel/sage/sage/rings/infinity.py # 248 doctests failed |
| 22 | ---------------------------------------------------------------------- |
| 23 | Total time for all tests: 0.9 seconds |
| 24 | cpu time: 0.4 seconds |
| 25 | cumulative wall time: 0.8 seconds |
| 26 | }}} |