-
Notifications
You must be signed in to change notification settings - Fork 111
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
Slight testing refactor #705
Conversation
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.
Thanks for this refactoring!
This failed because the CI is trying to run the style env from tox and its no longer there. Running |
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.
Great to have all checks run for each commit, nice work!
Co-authored-by: Jendrik Seipp <[email protected]>
Please ping me when I should have another look at this. |
…ipp#687) This can be used to merge one rednotebook directory into another. --------- Signed-off-by: Simon Glass <[email protected]> Co-authored-by: Jendrik Seipp <[email protected]>
It is useful to be able to merge notebooks regularly across multiple machines. The existing script adds the new material again, even if a previous merge already added it. Add a check for this, so that repeated merging will not create lots of duplicate text. Also include a summary of what happened and mention a script dependency. Signed-off-by: Simon Glass <[email protected]>
* Bump pyinstaller from 5.0 to 5.13.1 in /win Co-authored-by: Jendrik Seipp <[email protected]>
Co-authored-by: Jendrik Seipp <[email protected]>
…and preprocessor directives (fixes jendrikseipp#738).
I took the liberty of polishing this slightly and merged it. Thanks for your work @laraconda ! |
Summary of the changes in this pull request
-Deleting check-style.sh since it was possible to run its commands from tox.
-Updating README with test instructions
-Reducing verbosity when testing translations
Pull request checklist
CHANGELOG.md
including my name and issue and/or pull request number.TODO.md
.