On 2018-11-22 18:45, 'Martin R' via sage-devel wrote:
  * The tests of individual functions within a single file are ALL
    executed in the same environment.

Same "environment" in the sense of same Python process (there is one process for each file to be tested). But global variables are reset for each doctest block.

  * The tests of the individual functions within a single file are
    executed in random order.

This is false. Tests are run in order.

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to