-
Notifications
You must be signed in to change notification settings - Fork 191
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
Template: Add tests to ensure all files are part of a template customisation group and all groups are tested #3099
Conversation
40f01d1
to
ea52f9b
Compare
a2112fe
to
80b5b74
Compare
80b5b74
to
283284c
Compare
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.
LGTM!
@@ -31,14 +31,14 @@ params { | |||
|
|||
// Boilerplate options | |||
outdir = null | |||
publish_dir_mode = 'copy' | |||
{% if modules %}publish_dir_mode = 'copy'{% endif %} |
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.
Might be nicer to split these across lines to keep formatting / readability - should be able to use the Jinja -
syntax to remove that whitespace on template render.
Needn't be a blocker for merging this though.
Add testing for template customisation #2340
Note: Will fail until we add all files to a customisation group.All ready to add this test :)