-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Clean Pydantic's UserWarnings
#7324
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
🐛 Clean Pydantic's UserWarnings
#7324
Conversation
UserWarnings
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7324 +/- ##
==========================================
+ Coverage 87.39% 87.41% +0.02%
==========================================
Files 1694 1687 -7
Lines 65922 65732 -190
Branches 1124 1124
==========================================
- Hits 57611 57462 -149
+ Misses 7991 7950 -41
Partials 320 320
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
UserWarningsUserWarnings
packages/pytest-simcore/src/pytest_simcore/services_api_mocks_for_aiohttp_clients.py
Show resolved
Hide resolved
sanderegg
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!
pcrespov
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.
thx!
packages/pytest-simcore/src/pytest_simcore/services_api_mocks_for_aiohttp_clients.py
Outdated
Show resolved
Hide resolved
|



What do these changes do?
Fix Pydantic
UserWarnings caused by use ofmodel_copy, that doesn't validate the models.All the warnings that flooded tests execution in WebServer will disappear as well.
Related issue/s
tests/unit/with_dbs/02/test_projects*#6936How to test
Dev-ops checklist