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.
poetry add reqstool-python-poetry-pluginConfigure 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.
Full documentation can be found here.
See the organization-wide CONTRIBUTING.md.
MIT License.