Ticket #3088 enhancement closed duplicate
Make trial able to run tests and modules in a specific order
| Reported by: | amacleod | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | trial | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
When trying to track down some side-effects issues between test modules run by trial, I found myself wishing I could specify the order in which to run modules.
For instance, if I issued the command:
trial tests/test_monkey.py tests/test_uncle.py
I would like it to run the monkey tests first and then the uncle tests.
Even more whiz-bang would be a way to specify the order when running all test_ modules in a directory, with possible choices being alphabetical, by modification time, or random.
Change History
Note: See
TracTickets for help on using
tickets.
