﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc
1,Allow wp-test multiple classes and exclusion of,hakre,westi,"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: http://core.trac.wordpress.org/ticket/12277,  http://core.trac.wordpress.org/ticket/11867

''Originally http://core.trac.wordpress.org/ticket/13407''",enhancement,closed,normal,Legacy - Improve Framework,Test Framework,wontfix,,
