Modify ↓
Opened 17 years ago
Last modified 17 years ago
#2355 new enhancement
Allow multiple test cases in one xml file
Reported by: | anonymous | Owned by: | edunne |
---|---|---|---|
Priority: | normal | Component: | TestCaseManagementPlugin |
Severity: | normal | Keywords: | |
Cc: | felix@… | Trac Release: | 0.10 |
Description
If there can be multiple tests in one file this is more flexible and prevents the user drowning in piles of files! Python has nice XML libraries to save one having to use Regexp to parse XML. Thanks for a great little plugin!
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Cc: | felix@… added; anonymous removed |
---|
comment:3 Changed 17 years ago by
I'm going to take a look at this once I've completed the 0.11/genshi port.
The plugin will be updated Monday May 20th with existing feature set.
Note: See
TracTickets for help on using
tickets.
Hey no worries thanks for the feedback.
Yeah it's probably a good idea to allow multiple tests per file.
I am already using minidom from the python libraries so it wouldn't be a big deal to add this.
I'll add this into the 0.11 compatible release that I'm working on.