-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactor suite_report.py #35
Comments
Changes merged in from refactoring branch with a complete revision history. Hopefully this will make it a bit easier to review because the refactoring touches a lot of the code. With hindsight, this should've been split out into a series of tickets. |
Nightly TestcasesComparison between a summary generated with the refactored script and an one generated with the pre-issue #33 version, with a diff that ignores whitespace changes. Set RevisionsThe
HeadsThe results of a comparison using the heads nightly testing shows different revision numbers for some projects.
These differences are probably the result of a bug in the existing version of This problem is marked with a |
This builds on the changes in #33 and refactors
suite_report.py
. The goals are to:pathlib
and associated functions in place ofos.path
and stringsexcept Exception
catchesThe result should be a modernised version of the script which produces the same - or very similar - output as the unmodernised version.
The text was updated successfully, but these errors were encountered: