-
Notifications
You must be signed in to change notification settings - Fork 99
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
fix: make check repositories work with dict and str repositories #63
fix: make check repositories work with dict and str repositories #63
Conversation
What else in the config file expects repository paths? Maybe that can be changed with this too. |
I think this is it! (At some point it might make sense to move this into the repositories list, although I'm trying to avoid nesting an entire config file under Are there any tests that can/should be updated along with this fix? |
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.
Looks good.. Nice use of repositories_match
! See my question about potential tests though.
What I was hoping for is: Is there a way to make a failing unit (or integration) test in master, apply your fix, and observe that the failing test now passes? Just something to give us more confidence in the fix.. I totally agree though that just looking at your change, it does appear correct.
Huh, super weird. End-to-end tests run just fine here. It's looking like |
I don't really think so, apart from updating the branch and running |
Oh, try running |
Looks great, thank you! |
FYI I've added a check to |
#662