Skip to content

Commit

Permalink
Prepare documentation for release 2.1.0 & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elchupanebrej committed Dec 30, 2023
1 parent 4bb3a58 commit 9b72229
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 22 deletions.
5 changes: 2 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@ Planned
- Add support of native legacy cucumber-json
- Test against https://github.com/cucumber/json-formatter

Unreleased
2.1.0
----------
- Using official cucmber ci-environment lib
- Add validation for legacy cucumber.json output
- Migrated to Pydantic 2
- Add tests for PyPy
- Using tox4
- Added support of conditional hooks https://cucumber.io/docs/cucumber/api/?lang=java#conditional-hooks
- Support of messages:

- Done:
Expand All @@ -77,8 +78,6 @@ Unreleased
- attachment
- hook

- Add support of conditional hooks https://cucumber.io/docs/cucumber/api/?lang=java#conditional-hooks

2.0.0
----------

Expand Down
12 changes: 3 additions & 9 deletions DOCUMENTATION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -898,8 +898,10 @@ To enable gherkin-formatted output on terminal, use
pytest --gherkin-terminal-reporter
Allure reporting is also in place https://docs.qameta.io/allure and based on
`allure-pytest` https://pypi.org/project/allure-pytest/ plugin. Usage is same
`allure-pytest` https://pypi.org/project/allure-pytest/ plugin. Usage is same.
To install plugin
^^^^^^^^^^^^^^^^^
::
Expand Down Expand Up @@ -963,11 +965,3 @@ The output will be like:
As as side effect, the tool will validate the files for format errors, also some of the logic bugs, for example the
ordering of the types of the steps.
License
-------
This software is licensed under the `MIT license <http://en.wikipedia.org/wiki/MIT_License>`_.
© 2013-2022 Oleg Pidsadnyi, Anatoly Bubenkov, Konstantin Goloveshko and others
3 changes: 3 additions & 0 deletions LICENSE.txt → LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
MIT License
===========

Copyright (C) 2013-2023 Oleg Pidsadnyi, Anatoly Bubenkov and others

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down
7 changes: 0 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,3 @@ To make links between feature files at features directory and test directory the
#. `.url` files

.. NOTE:: Link files also could be used to load features by http://

License
-------

This software is licensed under the `MIT license <http://en.wikipedia.org/wiki/MIT_License>`_.

© 2013-2023 Oleg Pidsadnyi, Anatoly Bubenkov, Konstantin Goloveshko and others
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

# General information about the project.
project = "Pytest-BDD-NG"
copyright = "2013-2022, Oleg Pidsadnyi"
copyright = "2013-2023, Oleg Pidsadnyi"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ Features
.. include:: ../AUTHORS.rst

.. include:: ../CHANGES.rst

.. include:: ../LICENSE.rst
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ dependencies = [
"messages@git+https://github.com/elchupanebrej/messages.git@main#subdirectory=python"
]
description = "BDD for pytest"
license = {file = "LICENSE.txt"}
license = {file = "LICENSE.rst"}
maintainers = [
{name = "Konstantin Goloveshko", email = "[email protected]"}
]
name = "pytest-bdd-ng"
readme = {file = "README.rst", content-type = "text/x-rst"}
requires-python = ">=3.8"
urls = {Repository = "https://github.com/elchupanebrej/pytest-bdd-ng"}
version = "2.0.0"
version = "2.1.0"

[project.entry-points]
pytest11 = {"pytest-bdd" = "pytest_bdd.plugin"}
Expand Down

0 comments on commit 9b72229

Please sign in to comment.