pytest-bdd/CHANGES.rst

42 lines
611 B
ReStructuredText
Raw Normal View History

2013-08-19 07:17:41 +08:00
Changelog
=========
0.5.1
-----
- Added extra info into output when FeatureError exception raises. (amakhnach)
0.5.0
-----
- Added parametrization to scenarios
- Coveralls.io integration
- Test coverage improvement/fixes
- Correct wrapping of step functions to preserve function docstring
2013-08-19 07:17:41 +08:00
0.4.7
-----
2013-07-12 02:41:50 +08:00
- Fixed Python 3.3 support
2013-08-19 07:17:41 +08:00
0.4.6
-----
2013-06-20 18:21:31 +08:00
- Fixed a bug when py.test --fixtures showed incorrect filenames for the steps.
2013-08-19 07:17:41 +08:00
0.4.5
-----
2013-06-20 15:33:41 +08:00
- Fixed a bug with the reuse of the fixture by given steps being evaluated multiple times.
2013-08-19 07:17:41 +08:00
0.4.3
-----
2013-06-16 21:52:20 +08:00
- Update the license file and PYPI related documentation.