I know I was having issues with python tests while you were gone, but that
wasn''t one of them. I don''t know how it got disabled. Sorry.
JD
-----Original Message-----
From: Dave Fugate
Sent: Monday, December 28, 2009 10:40 AM
To: Jim Deville; IronRuby External Code Reviewers
Cc: ironruby-core at rubyforge.org
Subject: RE: Code Review: utr
Why was test_ipyw.py disabled? This isn''t a Ruby test.
Dave
-----Original Message-----
From: Jim Deville
Sent: Tuesday, December 08, 2009 12:25 PM
To: IronRuby External Code Reviewers
Cc: ironruby-core at rubyforge.org; Dave Fugate
Subject: Code Review: utr
I would like to get this reviewed by Dave or Shri before I submit if they can
get to email.
JD
tfpt review "/shelveset:utr;REDMOND\jdeville"
Comment :
Unifies the test runner for Test::Unit. I''ve really just removed the
duplication found in the various *Tests.rb files in Ruby\Tests\Scripts.
I''ve adjusted all affected scripts:
* irtests
* generate_test-unit_tags.rb
* rake.generictest
* rubygems.generictest
Usage of utr:
utr testname will run the tests setup by the file testname_tests.rb, thus utr
gem will run the Gem tests. Passing the -all flag will ignore the skipped tests
and run all tests, this currently doesn''t work for gems, but I will be
removing our custom skips and going back to the monkeypatching model.
Eventually, I will implement a -list flag to list all tests utr can see.