I was saying that they might be useless, because all that the test
does is to copy the logic of the function.

for instance:

a=1
b=2
assert a+b == 1+2

is not a good unit test because all that you do is to exactly copy the
function to be tested.

I feel that this is true for many of the random tests that we have. I
do not know if it true in your case.


And about my comment concerning the 2to3 script:

In order to use sympy on python3 you need to run a translator script.
Even if your tests are useless for algorithm checking, they will
stress the translator script and ensure that there are no errors in
it.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" 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?hl=en.

Reply via email to