-
Notifications
You must be signed in to change notification settings - Fork 4
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 report download tests #302
Conversation
Codecov Report
@@ Coverage Diff @@
## master #302 +/- ##
=======================================
Coverage 76.23% 76.23%
=======================================
Files 5 5
Lines 202 202
=======================================
Hits 154 154
Misses 48 48 Continue to review full report at Codecov.
|
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.
Looking good, lets make the failed assert messages a bit more verbose. Been dealing with alot of bare assert messages lately and it is making me realize how valuable it is to encapsulate this knowledge you currently have in the form of those failure messages.
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.
I'm always a bit queasy about breaking strings over lines, but if you have run this and are confident, 🚢 🇮🇹
I ran it forcing a test or two to break to check the error messages, and then ran it again without the forced breaks. Should be okay. |
Added new tests for
qpc report download
.Also, removed some unused packages to fix Travis builds.