Release notes¶
0.6¶
February 2022
- Removed some code that’s unused since dropping Python 2 support.
- Relax the version constraint for the
flit_corebuild requirement.
0.5¶
May 2021
- Easier ways to use
MockCommandto customise mocked commands, includingpython=to specify extra code to run,fixed_output(), andassert_called(). - Command mocking will use
os.defpathas the initial PATH if the PATH environment variable is not set.