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