-
Notifications
You must be signed in to change notification settings - Fork 0
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
Django fields testing #153
Conversation
87a5f79
to
0854d55
Compare
This commit adds test for different django fields and some of their parameters. This commit also adds model-bakery as a requirement which is used to create mock objects of model classes and facilitates testing. work towards vitessio/vitess#7905 Signed-off-by: Abhay Katheria <[email protected]>
0854d55
to
11c93b2
Compare
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.
LGTM 🐎
frameworks/python/django/src/testApp/test/test_fields/test_fields.py
Outdated
Show resolved
Hide resolved
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.
Other than that this looks good to me, thanks!
… to be persistent and updated the url for django fields guide
3124e5e
to
5130ce8
Compare
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.
All the requested changes have been fixed! 🚤
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.
@abhaykatheria sorry, I didn't catch the notification that you'd pushed an update yesterday :)
This is fine to merge, I'll push a follow up afterward to explain by example exactly what I'm looking for, and I'll throw some comments in to make it more clear
Thanks!
This commit adds test for different django fields and
some of their parameters.
This commit also adds model-bakery as a requirement which
is used to create mock objects of model classes and facilitates
testing.
work towards vitessio/vitess#7905
Signed-off-by: abhaykatheria [email protected]