-
Notifications
You must be signed in to change notification settings - Fork 12
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
Adds __map__ functionality #279
Conversation
…ile types -- easier to just cast back to the native underlying str type
Issue 296
Force change to not check read write privs Signed-off-by: Nicholas Cilfone <[email protected]>
Removed permissions tests as it now defaults to false on checking r+w since this can break things on AWS Signed-off-by: Nicholas Cilfone <[email protected]>
Merged in fix for #296 - fixed tests to remove the r+w check since default is now changed to not check privs |
@mmalouane This is the new PR that will cover #296 as well. Can you review and merge and release to help unblock this: #297 (comment) |
Pull Request Test Coverage Report for Build 6746688429
💛 - Coveralls |
@mmalouane Ignore the failing build on 3.6 since we are deprecating support -- I think that one is stuck somehow. You should be able to force the merge as along as all the other tests pass |
What does this PR do?
Adds map functionality as another post instantiation hook option. This allows you to directly map spock configs to object creation etc. automatically upon creation. Additional docs and tests
Checklist