Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.85 KB

File metadata and controls

44 lines (29 loc) · 1.85 KB

Commit Activity GitHub Issues License Build Documentation

Reqstool Python Poetry Plugin

Warning

Poetry plugin support is currently untested. Functionality may be broken. Contributions welcome.

Poetry build plugin for reqstool that collects decorated code and generates annotations.yml during poetry build.

Installation

poetry add reqstool-python-poetry-plugin

Usage

Configure the plugin in pyproject.toml:

[tool.reqstool]
sources = ["src", "tests"]
test_results = ["build/**/junit.xml"]
dataset_directory = "docs/reqstool"
output_directory = "build/reqstool"

The plugin uses reqstool-python-decorators for processing.

Documentation

Full documentation can be found here.

Contributing

See the organization-wide CONTRIBUTING.md.

License

MIT License.