Release notes¶
0.5¶
Easier ways to use
MockCommand
to customise mocked commands, includingpython=
to specify extra code to run,fixed_output()
, andassert_called()
.Command mocking will use
os.defpath
as the initial PATH if the PATH environment variable is not set.
May 2021