tests.utils.tests_unit_boolean

Boolean utils test class

class tests.utils.tests_unit_boolean.TestToBool(methodName='runTest')

Bases: unittest.case.TestCase

test_boolean_false_expected_case_returns_false()
test_boolean_false_returns_false()
test_boolean_false_unexpected_case_returns_false()
test_boolean_true_expected_case_returns_true()
test_boolean_true_returns_true()
test_boolean_true_unexpected_case_returns_true()
test_unexpected_string_raises_value_error()
test_unexpected_type_raises_value_error()