-
-
Notifications
You must be signed in to change notification settings - Fork 211
replace __str__ by __repr__ #743
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
Conversation
|
test failure in test_list_datasets_with_high_size_parameter seems unrelated? |
yep, it is. This one might fail sporadically if we concurrently delete stuff from the test server. |
|
Thanks a lot, @amueller. |
mfeurer
left a comment
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 your suggestion @amueller and the PR
However, it turns out that this now makes a unit test fail on Windows. Would you mind updating the test REGEX to accomodate for the change from __str__ to __repr__?
Codecov Report
@@ Coverage Diff @@
## develop #743 +/- ##
===========================================
+ Coverage 87.89% 87.98% +0.08%
===========================================
Files 36 36
Lines 4033 4077 +44
===========================================
+ Hits 3545 3587 +42
- Misses 488 490 +2
Continue to review full report at Codecov.
|
|
Do you have an idea of why this fails on windows? That should be working, right? |
|
Nope, maybe @PGijsbers knows. He (together with @WilliamRaynaut) set up the Windows tests and had some regex issues back then, too. |
|
I'm not sure. I tried the tests locally and they work on my Windows machine. |
|
I might have gotten it. |
|
hm still fails on linux on 3.5 :-/ |
I saw you were working on fixing it, so I checked against older versions too. All commits in this PR left me with passing unit tests (at least those that |
|
failures seem unrelated now. |
|
yay thank you! |
Closes #739, #75
cc @Neeratyoy, @mfeurer