-
Notifications
You must be signed in to change notification settings - Fork 343
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
[WIP] Prefix all fixtures with "django_" #711
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #711 +/- ##
==========================================
+ Coverage 98.03% 98.04% +<.01%
==========================================
Files 32 32
Lines 1831 1839 +8
Branches 142 142
==========================================
+ Hits 1795 1803 +8
Misses 23 23
Partials 13 13
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #711 +/- ##
==========================================
- Coverage 98% 97.91% -0.09%
==========================================
Files 32 32
Lines 1853 1873 +20
Branches 147 147
==========================================
+ Hits 1816 1834 +18
- Misses 24 26 +2
Partials 13 13
Continue to review full report at Codecov.
|
pytest_django/plugin.py
Outdated
live_server = django_live_server | ||
rf = django_rf | ||
settings = django_settings | ||
transactional_db = django_transactional_db |
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.
This is problematic for x in request.funcargnames
checks being used.. :/
Updated docs, and started to use new fixtures only internally, but it is quite messy. What also should be considered is using prefixes with the option names.. |
Not meant to be released necessarily, but to test it.
TODO:
As for deprecation warnings, I think this is not really needed (now), but asked about it in pytest-dev/pytest#4900 (comment) already.