-
Notifications
You must be signed in to change notification settings - Fork 28
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
Give API resource classes __str__
methods
#753
Conversation
Codecov Report
@@ Coverage Diff @@
## master #753 +/- ##
==========================================
+ Coverage 84.77% 84.83% +0.06%
==========================================
Files 59 59
Lines 6003 6021 +18
==========================================
+ Hits 5089 5108 +19
+ Misses 914 913 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Please add some basic tests to ensure we get what we expect and don't kaboom while simply str'ing those objects |
@yarikoptic Done. |
looks good failing test
is unrelated ... we are retrying on 404 (only) there ... I wonder if we should retry on 400 ? |
Closes #751.