-
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
Add precompile to qa.cfg? #85
Comments
since tests are most of the time run once (like in CI) - what do we gain? |
A DRY principle, mostly. If you have ten packages that need *.po compilation (for some CI environments where the workspace is alwayes destroyed between builds), instead of adding this snippet to all of the packages, you only add the |
OK. If there are benefits, why not? |
So add this in |
Actually, I was planning to just add a We have the part For the |
Since in qa.cfg we already have
"${buildout:package-name}"
, what about adding this part so packages that rely on this for testing can just add aprecompile
part after extending qa.cfg?@mauritsvanrees thoughts?
The text was updated successfully, but these errors were encountered: