How does Ruby Test:Unit locate test classes in a deep nested folder? -
how ruby test:unit locate test classes in deep nested folder? java developer , understand how junit , testng can scan folders defined filter locate tests.
i wondering if can explain me how ruby can locate test classes similar method, preferrably using kind of filename filter??
say, example, have directory structure so; how ruby test::unit test runner locate tests ending letter 'b'??
project -main -tests -group1 -test1a.rb -test1b.rb -group2 -test2a.rb -test2b.rb -group3 -test3a.rb -test3b.rb -group4 -test4a.rb -test4b.rb
links documentation helpful.
ok, think figured out, unless else comes better answer, seems rake tool has capability.
Comments
Post a Comment