-
-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expand section names #1545
expand section names #1545
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not against it, but there's a lot of parts this touches; we need to ensure it does not break anything; e.g. tox -al
etc
For |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add documentation and changelog 👍
I added documentation. Feel free to suggest improvements. I'm just not sure what to put for the version number. |
Hello, this now has been released via https://pypi.org/project/tox/3.15.0/ |
* expand section names * fix linting * Added changelog * trim whitespaces around factor names * added docs
This is a proposition to allow generative section names.
In conjecture with factors, it will allow to write more succinct config files, when using factors in the default [testenv] is not sufficient.
Let me know if you like it.