testing
¶
The fabric.testing
subpackage contains a handful of test helper modules:
fabric.testing.base
which only depends on things likemock
and is appropriate in just about any test paradigm;fabric.testing.fixtures
, containingpytest
fixtures and thus only of interest for users ofpytest
.
All are documented below. Please note the module-level documentation which contains install instructions!