File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,14 @@ Changelog
3
3
4
4
Unreleased
5
5
----------
6
+ - Add `tests/ ` to the sdist package uploaded to PyPI.
6
7
7
8
8.0.0b1
8
9
----------
9
10
- Use `gherkin-official ` parser to replace custom parsing logic. This will make pytest-bdd more compatible with the Gherkin specification.
10
- - Multiline steps must now always use triple-quotes for the additional lines.
11
- - All feature files must now use the keyword `Feature: ` to be considered valid.
12
- - Tags can no longer have spaces (e.g. "@tag one" "@tag two" are no longer valid).
11
+ - Multiline steps must now always use triple-quotes for the additional lines.
12
+ - All feature files must now use the keyword `Feature: ` to be considered valid.
13
+ - Tags can no longer have spaces (e.g. "@tag one" "@tag two" are no longer valid).
13
14
14
15
7.3.0
15
16
----------
You can’t perform that action at this time.
0 commit comments