-
Notifications
You must be signed in to change notification settings - Fork 251
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
Adding the flag for cram to run tests from the target directory #318
Adding the flag for cram to run tests from the target directory #318
Conversation
- with the option 'cram_run_test_from_target' to True (default is False) cram tests will be executed using the built artifact to be found in the target directory - this way, filtered scripts (http://pybuilder.github.io/documentation/plugins.html#Filteringfiles) which contain needed information for the tests, can be used.
- In order for this commit to go through, a pull request involving pybuilder cram plugin update needs to be merged: pybuilder/pybuilder#318
I (the author of the cram plugin) collaborated on this. We chose to keep running cram from |
Also, the appveyor stuff isn't our doing. |
... cram_run_test_from_target can be set True per default
Yes you can ignore the appveyor for now. I have to move the hook to the windows compat branch but haven't gotten around to doinc it just yet. |
We now set |
Though it seems like |
Also, once this is merged, I will update the documentation for the cram plugin in docs. |
👍 |
Allright after some internal discussion with @mriehl I'll merge this now and release a new version. |
Adding the flag for cram to run tests from the target directory
done |
cram_run_test_from_target
to True (default is False)cram tests will be executed using the built artifact to be found in
the target directory
(http://pybuilder.github.io/documentation/plugins.html#Filteringfiles)
which contain needed information for the tests, can be used.