Safe Haskell | None |
---|
Unittests for ganeti-htools.
Synopsis
- prop_string_arg :: String -> Property
- prop_numeric_arg :: Int -> Property
- case_bool_arg :: Assertion
- case_wrong_arg :: Assertion
- case_stdopts :: Assertion
- testDaemon :: Test
Documentation
prop_string_arg :: String -> Property Source #
Test a few string arguments.
prop_numeric_arg :: Int -> Property Source #
Test a few integer arguments (only one for now).
case_bool_arg :: Assertion Source #
Test a few boolean arguments.
case_wrong_arg :: Assertion Source #
Tests a few invalid arguments.
case_stdopts :: Assertion Source #
Test that the option list supports some common options.
testDaemon :: Test Source #