-
Notifications
You must be signed in to change notification settings - Fork 322
chore: microgen - add noxfile for the microgenerator #2285
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
Conversation
leahecole
left a comment
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.
Is this noxfile derived from other noxfiles we use? If so, is there anything we need to do to make sure this is set up to be kept up to date by our other automation? If not, I would just ask we open an internal tracking bug to get to that at some point
The file is based on some of the noxfiles we already use. We don't yet have a plan in place on where to store this microgenerator or how to ensure that it gets run on the GAPIC generated code. @Linchin has the task to look into much of that. I believe that handling the noxfile is a part of that overall task. I am tracking some of the requests from this PR series (including this request) to keep them all in place for once we get the alpha fully merged and can start looking at the next steps. |
Adds a noxfile.py to assist with testing the microgenerator and performing tasks such as blacken and lint.