-
-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #33443: slow doctest improvements (isogeny_small_degree, functio…
…n_field, doctest/test.py) In this ticket we add some improvements for slow doctests in files that used to take more than 200s for --long. Also mark some tests as long so the file runs fast in not long mode. - isogeny_small_degree: the worst part is already fixed by 33293. - function_field: save 100s by tuning down number of repetitions. - doctests/test: this one spawns `sage-runtests` a lot of times to test, by tuning the cmdline this takes 1s less for each without compromising the test. Also improve the time it takes to test `die_timeout` by making it adjustable on the cmdline. URL: https://trac.sagemath.org/33443 Reported by: tornaria Ticket author(s): Gonzalo Tornaría Reviewer(s): Michael Orlitzky
- Loading branch information
Showing
7 changed files
with
90 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.