From: Robert Feldt Date: 2001-11-30T21:34:20+09:00 Subject: [ruby-talk:27058] Re: Small RubyUnit extension On Fri, 30 Nov 2001, Max Ischenko wrote: > tcltest::match ?patternList? > tcltest::matchFiles ?patternList? > tcltest::matchDirectories ?patternList? > tcltest::skip ?patternList? > tcltest::skipFiles ?patternList? > tcltest::skipDirectories ?patternList? > Thanks. > pattern is specified in shell glob language > version 2.0 of tcltest allows regexp patterns as well. > Ok, we already cover that. > It also has another intersting feature -- test constraints. Each testcase > can note what constraints are applied to it (like unixOnly, Crash, > longRunning, etc.) When running a testsuite you can say which testcases > should be run/skip based upon constraints they match. Useful for > acceptance testing mostly, though. > Ok, but YAGNI for now... ;-) /RobertF