You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pythoscope
Hello.
Is it possible to make the tests be generated in the same order as
they are in the source file?
I know, the Python unittest module goes via alphabetical order anyway,
except having the tests in the same order as the source file's
methods, would be slightly more aesthetically pleasing for my project.
As I am in the process of introducing unittests into my project.