Comment #8 on issue 1746 by [email protected]: Let bin/test --random accept a seed input
http://code.google.com/p/sympy/issues/detail?id=1746
btw. bin/test already supports --seed option, e.g.: $ bin/test --random --seed 68466956 ====== test process starts ======= executable: /usr/bin/python (2.6.6-final-0) architecture: 64-bit cache: yes ground types: gmpy random seed: 68466956 (...)
I think it might be a good idea to consider running the tests randomly by default.
I don't think it's a good idea. Running tests in a well know order is useful during development, but it should be a habit of all developers to run randomized tests from time to time.
-- 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.
