Skip to content

Commit a6c5b7a

Browse files
Merge pull request #130 from elchupanebrej/fix/changelog
Update Changelog
2 parents ac148fc + b9d0129 commit a6c5b7a

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

CHANGES.rst

+6-15
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,19 @@
44
Changelog
55
=========
66

7-
In-progress
8-
-----------
9-
- Move documentation to Gherkin itself
10-
117
Planned
128
-------
139
- Refactor internal parser API: split loader and parser APIs
14-
- Add mobile readthedocs site support theme
15-
- Convert e2e test features definitions to markdown
10+
- Check using Path globs on the feature loading via scenario/scenarios
1611
- API doc
1712
- Add struct_bdd autoload
1813
- Move tox.ini, pytest.ini into pyproject.toml
1914
- Review report generation to be conform with official tools
2015
- Add tests about linked files and features autoload (feature autoload must not be disabled on linked files)
21-
- Check using Path globs on the feature loading via scenario/scenarios
2216
- Rework extended_step_context method usage
2317
- Remove tests targeting Feature parsing
2418

2519
- https://github.com/pytest-dev/pytest-bdd/issues/488
26-
- Nested Rules support
27-
28-
- Review after fix https://github.com/cucumber/gherkin/issues/126
2920
- Continue support of \*.md files
3021

3122
- Waiting for upstream issue https://github.com/cucumber/gherkin/pull/64
@@ -57,15 +48,15 @@ Planned
5748
- pytest-rerunfailures
5849
- Parametrize step execution by different step realizations using https://smarie.github.io/python-pytest-cases/
5950
- Switch testdir to pytester after pytest<6.2 get EOL (python 3.8 and 3.9 get EOL)
60-
- Use Poetry
61-
62-
- Wait for https://github.com/python-poetry/roadmap/issues/3
51+
- Use uv/ruff
6352
- Contribute to messages repository with python model
6453
- Add support of native legacy cucumber-json
65-
- Test against https://github.com/cucumber/json-formatter
6654

6755
Unreleased
6856
----------
57+
- Add mobile readthedocs site support theme
58+
- Convert e2e test features definitions to markdown
59+
- Move documentation to Gherkin itself
6960
- Implement support of `Markdown <https://github.com/cucumber/gherkin/blob/main/MARKDOWN_WITH_GHERKIN.md>`_ using js based parser
7061
- Update versions:
7162

@@ -74,7 +65,7 @@ Unreleased
7465
- Drop pytest<5.2
7566

7667
- Added dummy html reporter
77-
- Fixed pytest.ini option "disable_feature_autoload"
68+
- Fixed pytest.ini non-working option "disable_feature_autoload"
7869
- Improved fixture injection by adding seamless fixtures on plugin/module collection
7970

8071
2.2.0

0 commit comments

Comments
 (0)