Fixed
- Fixed tests to work with
pytest>=3.3
. Pytest added progress indicators to test output in version 3.3, which the tests were not expecting.
Added
Added the
--shell
command line option and now checks theCRAMSHELL
environment variable to override the default/bin/sh
shell. (#3)Thanks to Florian Rathgeber for the contribution!
Changed
- Depend explicitly on
cram>=0.7
. If you would like support for earlier versions of cram, please file an issue.
Initial release of pytest-cram
! Supports Python 2.7+ and 3.3+.