On Tuesday, November 24, 2015 at 9:42:31 PM UTC+1, Justin C. Walker wrote: > > This prompts a couple of questions (out of curiosity): > - I trimmed the "--long --warn-long 108.1" part, but sage replaced them, > albeit with a shorter time (105.2). How do it know? And why the > difference? > - Why the "long" flags? The test ran in ~4 seconds. >
The warn-long cutoff is scaled based on the speed of your computer as measured by the last successful test run. Tests should be near-instantaneous. Everything that takes second(s) is --long. You might think a second is nothing, but if you have 1000s of files with 100s of doctests then things tend to add up. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
