-
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
tests: Fix warnings due to deprecated test examples #273
Conversation
PR Description updated to latest commit (1658eea) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Type
Tests, Enhancement
Description
ConfigMembers
class fromconfiguration.py
.FieldShowConstraintsIgnoreExtraKwargs
to use correct keyword arguments.env
parameters from fields in multiple setting files to simplify the codebase.Changes walkthrough
configuration.py
Remove Deprecated Code and Fix Keyword Argument in Configuration
tests/roots/test-base/target/configuration.py
ConfigMembers
.FieldShowConstraintsIgnoreExtraKwargs
to usejson_schema_extra
instead of a non-existing keyword argument.
example_setting.py
Simplify Field Definitions in Example Settings
tests/roots/test-base/target/example_setting.py
env
parameter fromfield_with_validator_and_alias
.usage_automodule.py
Simplify Field Definitions in AutoModule Settings
tests/roots/test-base/target/usage_automodule.py
env
parameter fromfield_with_validator_and_alias
.usage_setting.py
Simplify Field Definitions in Usage Settings
tests/roots/test-base/target/usage_setting.py
env
parameter fromfield_with_validator_and_alias
.test_inspection.py
Add Warning Filter to Test Inspection
tests/test_inspection.py
function.