[wp-trac] [WordPress Trac] #13407: Test-Suite: Allow wp-test multiple classes and exclusion of

WordPress Trac wp-trac at lists.automattic.com
Sun May 16 01:43:12 UTC 2010


#13407: Test-Suite: Allow wp-test multiple classes and exclusion of
--------------------------+-------------------------------------------------
 Reporter:  hakre         |       Owner:  westi           
     Type:  defect (bug)  |      Status:  new             
 Priority:  normal        |   Milestone:  3.0             
Component:  Unit Tests    |     Version:  3.0             
 Severity:  normal        |    Keywords:  has-patch tested
--------------------------+-------------------------------------------------
 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.


 Related: #12277, #11867

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13407>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list