-
Notifications
You must be signed in to change notification settings - Fork 40
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
Configuration #11
Comments
Joran - Thanks for tagging this with the Hacktoberfest label. I'm going to start work on this one. work plans: |
@jaymcgrath That's super awesome! |
You bet! I'm going to be opening a draft PR soon to track this work, and probably digging into it formally this weekend. |
I've opened a few minor PRs with things I encountered when getting set up. I've been researching ways to implement this, and this click-config library looks promising, although a little outdated: |
click-config seems like an in maintained small project. I’d prefer to not add a dependency to their project here 😅 |
Maybe manually loading yaml and populate unset variables is the way to go here |
I see some work had begun on this issue but doesn't seem to have been merged in. Would it be inappropriate to throw my hat into this ring? @JoranHonig, |
Currently vertigo leverages a range of command line parameters to configure mutation testing runs.
With a decently sized projects one might end up using +10 command line parameters, which is-- not ideal.
To solve this vertigo should be extended with the ability to use configuration files.
Example of what this could look like:
Example configuration:
The text was updated successfully, but these errors were encountered: