Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.2 KB

CHANGES.rst

File metadata and controls

55 lines (35 loc) · 1.2 KB

Release History

0.2.1 (unreleased)

0.2.0 (2018-02-06)

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.

0.1.1 (2016-03-07)

Added

  • Added the --shell command line option and now checks the CRAMSHELL 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.

0.1.0 (2016-02-28)

Initial release of pytest-cram! Supports Python 2.7+ and 3.3+.