From: Nathaniel Talbott Date: 2004-01-26T02:03:26+09:00 Subject: Re: Running a specific test in a suite from the command-line On Jan 25, 2004, at 06:26, David Heinemeier Hansson wrote: >> Was this taken out for a specific reason or am I missing something? > > My bad. I should have looked at the code instead of just the > documentation. It seems Nathaniel has improved, not removed, the > options for selective test running. > > --pattern=PATTERN "Match files to collect against PATTERN." > -n, --name=NAME "Runs tests matching NAME (patterns may be > used)." > -t, --testcase=TESTCASE "Runs tests in TestCases matching TESTCASE." > > Very nice indeed! Perhaps the command-line options could be described > in the otherwise excellent introduction in the rdoc? That's a good idea... until then, --help provides quite comprehensive documentation of the command-line options (thanks to optparse!). Nathaniel <:((><