Opened 3 years ago
Closed 3 years ago
#13407 closed defect (bug) (duplicate)
Test-Suite: Allow wp-test multiple classes and exclusion of
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Unit Tests | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch tested |
| Cc: |
Description
Improvement to the -t commandline switch.
Examples:
Run all tests but TestLargeThemeDir, TestImportWP, TestWPQueryPosts, WPTestGalleryPost
$ wp-test -t "! TestLargeThemeDir, TestImportWP, TestWPQueryPosts, WPTestGalleryPost"
Only run Test_Clean_Pre and Test_Seems_UTF8
$ wp-test -t Test_Clean_Pre,Test_Seems_UTF8
Additionally a .cmd file helps to start right away on windows.
Attachments (2)
Change History (7)
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Corrected Patch