| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report
@@ Coverage Diff @@
## master #47 +/- ##
==========================================
- Coverage 84.93% 84.65% -0.29%
==========================================
Files 17 18 +1
Lines 332 352 +20
Branches 20 20
==========================================
+ Hits 282 298 +16
- Misses 34 38 +4
Partials 16 16
Continue to review full report at Codecov.
|
Sorry, something went wrong.
| assert row[0] == '10.2.9-MariaDB-10.2.9+maria~jessie' | ||
|
|
||
|
|
||
| @pytest.mark.skip(reason="needs oracle client libraries unavailable on Travis") |
There was a problem hiding this comment.
Why is it commented?
Sorry, something went wrong.
There was a problem hiding this comment.
I removed the comment in the last commit
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for the addition! A few comments inline.
Sorry, something went wrong.
| "restaurant_id": "41704620" | ||
| } | ||
| ) | ||
| print(result.inserted_id) |
There was a problem hiding this comment.
Let's remove print statements from tests.
Sorry, something went wrong.
There was a problem hiding this comment.
done
Sorry, something went wrong.
There was a problem hiding this comment.
Looks like there's one more print statement lurking.
Sorry, something went wrong.
There was a problem hiding this comment.
Just removed!
Sorry, something went wrong.
| print(result.inserted_id) | ||
| cursor = db.restaurants.find({"borough": "Manhattan"}) | ||
| for document in cursor: | ||
| print(document) |
There was a problem hiding this comment.
Let's remove this print statement and instead validate the document returned by iterating over the cursor.
Sorry, something went wrong.
There was a problem hiding this comment.
done
Sorry, something went wrong.
|
@SergeyPirogov @tillahoffmann I made the changes you suggested, please tell me if it's ok or other changes are needed. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.