Updates:
        Status: Fixed

Comment #4 on issue 2791 by [email protected]: Allow to manage slow tests better with our test runner
http://code.google.com/p/sympy/issues/detail?id=2791

This was https://github.com/sympy/sympy/pull/829.

Now, you can do ./bin/test --slow, and it will run all tests marked with the @slow decorator. You can add --timeout=N to timeout the test after N seconds (this option can also be used independently of --slow). And you can keyboard interrupt a slow test, and it will just kill that one test, not the test runner.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to