pytest-bdd/CHANGES.rst

90 lines
1.4 KiB
ReStructuredText
Raw Normal View History

2013-08-19 07:17:41 +08:00
Changelog
=========
2013-12-13 11:27:25 +08:00
0.6.8
2013-12-06 11:19:10 +08:00
-----
- Implemented several hooks to allow reporting/error handling (bubenkoff)
2013-12-11 11:20:44 +08:00
0.6.6
-----
- Fixes to unnecessary mentioning of pytest-bdd package files in py.test log with -v (bubenkoff)
2013-12-11 11:04:12 +08:00
0.6.5
-----
- Compartibility with recent pytest (bubenkoff)
2013-11-10 19:39:31 +08:00
0.6.4
-----
- More unicode fixes (amakhnach)
2013-11-07 20:10:04 +08:00
0.6.3
-----
2013-11-10 19:39:31 +08:00
- Added unicode support for feature files. Removed buggy module replacement for scenario. (amakhnach)
2013-11-07 20:10:04 +08:00
2013-10-31 22:27:22 +08:00
0.6.2
-----
- Removed unnecessary mention of pytest-bdd package files in py.test log with -v (bubenkoff)
0.6.1
-----
- Step arguments in whens when there are no given arguments used. (amakhnach, bubenkoff)
2013-09-19 06:59:00 +08:00
0.6.0
-----
- Added step arguments support. (curzona, olegpidsadnyi, bubenkoff)
2013-09-22 20:50:42 +08:00
- Added checking of the step type order. (markon, olegpidsadnyi)
2013-09-19 06:59:00 +08:00
2013-08-19 07:17:41 +08:00
2013-08-23 21:16:21 +08:00
0.5.2
2013-08-19 07:17:41 +08:00
-----
- 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.