-
Notifications
You must be signed in to change notification settings - Fork 27
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
✅ Maintenance: adds session-scoped fixture for httpbin service #4194
✅ Maintenance: adds session-scoped fixture for httpbin service #4194
Conversation
b01909e
to
024927b
Compare
Codecov Report
@@ Coverage Diff @@
## master #4194 +/- ##
========================================
+ Coverage 83.7% 85.1% +1.3%
========================================
Files 810 849 +39
Lines 36870 38438 +1568
Branches 585 955 +370
========================================
+ Hits 30894 32738 +1844
+ Misses 5853 5483 -370
- Partials 123 217 +94
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
very nice!
Code Climate has analyzed commit 08c97e1 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
httpbin_base_url
inpytest_plugins=[ ..., "pytest_simcore.httpbin_service", ... ]
Related issue/s