mach.test.providers package¶
Submodules¶
mach.test.providers.basic module¶
- mach.test.providers.basic.run_bar(command_context, baz=None)¶
- mach.test.providers.basic.run_foo(command_context)¶
mach.test.providers.commands module¶
- mach.test.providers.commands.is_bar(val, cls)¶
Bar must equal val
- mach.test.providers.commands.is_foo(cls)¶
Foo must be true
- mach.test.providers.commands.run_bar(command_context)¶
- mach.test.providers.commands.run_foo(command_context)¶
- mach.test.providers.commands.run_foobar(command_context)¶
mach.test.providers.conditions module¶
- mach.test.providers.conditions.is_ctx_bar(cls)¶
Bar must be true
- mach.test.providers.conditions.is_ctx_foo(cls)¶
Foo must be true
- mach.test.providers.conditions.is_false(cls)¶
- mach.test.providers.conditions.is_true(cls)¶
- mach.test.providers.conditions.run_bar_ctx(self, command_context)¶
- mach.test.providers.conditions.run_condition_false(self, command_context)¶
- mach.test.providers.conditions.run_condition_true(self, command_context)¶
- mach.test.providers.conditions.run_condition_true_and_false(self, command_context)¶
- mach.test.providers.conditions.run_foo_ctx(self, command_context)¶
- mach.test.providers.conditions.run_foobar_ctx(self, command_context)¶
mach.test.providers.conditions_invalid module¶
mach.test.providers.throw module¶
- mach.test.providers.throw.throw(command_context, message)¶
- mach.test.providers.throw.throw_deep(command_context, message)¶
mach.test.providers.throw2 module¶
- mach.test.providers.throw2.throw_deep(message)¶
- mach.test.providers.throw2.throw_real(message)¶