[Libguestfs] [HIVEX] port ruby tests to MiniTest (#1090407)

Pino Toscano ptoscano at redhat.com
Wed Apr 23 13:19:09 UTC 2014


Just like it has been done in libguestfs, port the ruby tests in hivex
from Test::Unit to MiniTest, keeping backward compatibility with the old
test framework.


Pino Toscano (2):
  ruby: tests: isolate boilerplate in common file
  ruby: tests: convert from Test::Unit to MiniTest (RHBZ#1090407)

 ruby/Makefile.am               |  3 ++-
 ruby/tests/tc_010_load.rb      |  9 ++++-----
 ruby/tests/tc_021_close.rb     |  9 ++++-----
 ruby/tests/tc_120_rlenvalue.rb | 13 ++++++-------
 ruby/tests/tc_130_special.rb   |  9 ++++-----
 ruby/tests/tc_200_write.rb     |  9 ++++-----
 ruby/tests/tc_210_setvalue.rb  |  9 ++++-----
 ruby/tests/test_helper.rb      | 31 +++++++++++++++++++++++++++++++
 8 files changed, 59 insertions(+), 33 deletions(-)
 create mode 100644 ruby/tests/test_helper.rb

-- 
1.9.0




More information about the Libguestfs mailing list