Comment #10 on issue 1746 by [email protected]: Let bin/test --random
accept a seed input
http://code.google.com/p/sympy/issues/detail?id=1746
It does affect the order:
$ bin/test --random
==== test process starts ====
executable: /usr/bin/python (2.6.6-final-0)
architecture: 64-bit
cache: yes
ground types: gmpy
random seed: 48468369
sympy/core/tests/test_sets.py[24] ........................
[OK]
sympy/physics/quantum/tests/test_cartesian.py[3] ...
[OK]
sympy/simplify/tests/test_traversaltools.py[1] .
[OK]
sympy/printing/tests/test_latex.py[32] ................................
[OK]
sympy/simplify/tests/test_simplify.py[39] ..fff....^C interrupted by user
==== tests finished: 66 passed, 3 expected to fail, in 2.02 seconds ====
$ bin/test --random
==== test process starts ====
executable: /usr/bin/python (2.6.6-final-0)
architecture: 64-bit
cache: yes
ground types: gmpy
random seed: 61547876
sympy/parsing/tests/test_maxima.py[3] ...
[OK]
sympy/simplify/tests/test_simplify.py[39] ..fff......^C interrupted by user
==== tests finished: 11 passed, 3 expected to fail, in 2.33 seconds ====
$ bin/test --random
==== test process starts ====
executable: /usr/bin/python (2.6.6-final-0)
architecture: 64-bit
cache: yes
ground types: gmpy
random seed: 92013701
sympy/series/tests/test_demidovich.py[17] .^C interrupted by user
==== tests finished: 1 passed, in 0.33 seconds ====
$ bin/test --random
==== test process starts ====
executable: /usr/bin/python (2.6.6-final-0)
architecture: 64-bit
cache: yes
ground types: gmpy
random seed: 68269266
sympy/utilities/tests/test_source.py[2] ..
[OK]
sympy/physics/quantum/tests/test_operatorset.py[2] ..
[OK]
sympy/core/tests/test_expand.py[6] ......
[OK]
sympy/polys/tests/test_groebnertools.py[35] ......f.........................^C
interrupted
by user
==== tests finished: 41 passed, 1 expected to fail, in 0.35 seconds ====
$ bin/test --random
==== test process starts ====
executable: /usr/bin/python (2.6.6-final-0)
architecture: 64-bit
cache: yes
ground types: gmpy
random seed: 17979929
sympy/physics/quantum/tests/test_kronecker.py[1] .
[OK]
sympy/mpmath/tests/test_power.py[3] ...
[OK]
sympy/mpmath/tests/test_pickle.py[1] .
[OK]
sympy/printing/tests/test_ccode.py[21] .....................
[OK]
sympy/polys/tests/test_polyclasses.py[19] ...................
[OK]
sympy/polys/tests/test_polyroots.py[13] ..^C interrupted by user
==== tests finished: 47 passed, in 0.54 seconds ====
$ bin/test --random --seed 17979929
==== test process starts ====
executable: /usr/bin/python (2.6.6-final-0)
architecture: 64-bit
cache: yes
ground types: gmpy
random seed: 17979929
sympy/physics/quantum/tests/test_kronecker.py[1] .
[OK]
sympy/mpmath/tests/test_power.py[3] ...
[OK]
sympy/mpmath/tests/test_pickle.py[1] .
[OK]
sympy/printing/tests/test_ccode.py[21] .....................
[OK]
sympy/polys/tests/test_polyclasses.py[19] ...................
[OK]
sympy/polys/tests/test_polyroots.py[13] ...^C interrupted by user
--
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.