Ticket #2559 defect closed duplicate
trial runs unit tests in an arbitrary order
| Reported by: | zooko | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | trial | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
It would sometimes be nice to run unit tests in a certain order, for example to test your hypothesis that one unit tests is screwing up the state of another. However, if you pass multiple tests on the command-line to trial, it will run them in an arbitrary order, perhaps by sticking them into a set and then iterating it, or the like.
Change History
Note: See
TracTickets for help on using
tickets.
