mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Convert the tests to the MiniTest test framework, but keeping the usage of the old Test::Unit as fallback in case MiniTest is not available. In the latter case, use a bit of "glue" to make the old API look like the new API, so we can just rely on the newer MiniTest API.
= Ruby bindings for libguestfs
The module Guestfs provides Ruby bindings for
{the libguestfs API}[http://libguestfs.org/guestfs.3.html].