Skip to content

Commit 8008c0f

Browse files
Given step is no longer a fixture (#376)
* Removing strict gherkin. * Update README.rst * Update CHANGELOG
1 parent d5cd4da commit 8008c0f

26 files changed

+307
-1351
lines changed

CHANGES.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
Changelog
22
=========
33

4-
5-
- Fixes pytest-xdist 2.0 compatibility (olegpidsadnyi) #369.
4+
This relase introduces breaking changes, please refer to the :ref:`Migration from 3.x.x`.
5+
6+
- Strict Gherkin option is removed. (olegpidsadnyi)
7+
- Given step is no longer a fixture. The scope parameter is also removed. (olegpidsadnyi)
8+
- Fixture parameter is removed from the given step declaration. (olegpidsadnyi)
9+
- ``pytest_bdd_step_validation_error`` hook is removed. (olegpidsadnyi)
10+
- Fix an error with pytest-pylint plugin #374. (toracle)
11+
- Fix pytest-xdist 2.0 compatibility #369. (olegpidsadnyi)
612

713

814
3.4.0

0 commit comments

Comments
 (0)