New submission from Micah R Ledbetter :
When using the random.Random class, using the .seed() method with version=1
does not always reproduce the same results as the .seed() method did in Python
2.
>From the docs, I did expect this, but on closer inspection, I can't tell
>wheth
New submission from Micah:
When running the attached example test dummy objects are created during setUp
and destructed at the end of a passing test but when a test fails the dummy
object that was created in setUp fails to deconstruct. This leads to cascading
errors when writing integration
Micah Friesen added the comment:
I ran into this recently, as well, and have lost probably a day's worth of time
debugging it. I submit that this is not a feature - I can't imagine a
real-world scenario where you actually want to write debuggable code where a
descriptor defers to _