-
Notifications
You must be signed in to change notification settings - Fork 6
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
Test rendering of environments #44
Conversation
…move sharding which is not really justified given small test suite
Codecov Report
@@ Coverage Diff @@
## master #44 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 24 24
Lines 683 700 +17
=========================================
+ Hits 683 700 +17
Continue to review full report at Codecov.
|
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.
Good work. Looks like the XServer + CircleCI stuff was annoying to debug!
Minor change requested to docstring. Otherwise, should be good to merge from my perspective.
auth: | ||
username: $DOCKERHUB_USERNAME | ||
password: $DOCKERHUB_PASSWORD | ||
working_directory: /seals |
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 okay with this, but curious why you introduced a default dict given that it's only used once in this config. Maybe for reduced nesting or standardized config.yml form?
Adds a test case to verify that
render()
in environments is implemented correctly. Also add a mock X server to the Docker image to enable these tests to run on CI.