Releases: ansible-community/pytest-molecule
Releases · ansible-community/pytest-molecule
1.2.4
Changes
Features
- Speedup testing by using pys pre-build images (#48) @ssbarnea
Bug Fixes
1.2.1rc1
Solves several installation issues.
1.2.0
- adopt new molecule api
- avoided error with more-itertools on Ubuntu with python 2.7
1.1.0
- Docker presence is now optional
- Discovered scenarios area added markers with driver name
- Added option for controlling what to do when a driver is not available
Allows passing options via MOLECULE_OPS
This new release only enables users to pass arguments to molecule.
1.0.1
Increased docker API timeout from 5s to 10s to cover for cases where docker is slower to respond, like parallel testing.