Opened 15 years ago
Closed 15 years ago
#13407 closed defect (bug) (duplicate)
Test-Suite: Allow wp-test multiple classes and exclusion of
Reported by: | hakre | Owned by: | westi |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Unit Tests | Keywords: | has-patch tested |
Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
Corrected Patch