-
Notifications
You must be signed in to change notification settings - Fork 451
feat: Controllable ROOT_URLCONF
#5545
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
ef5481f
to
faf3386
Compare
faf3386
to
562457f
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5545 +/- ##
==========================================
- Coverage 97.69% 97.69% -0.01%
==========================================
Files 1247 1248 +1
Lines 44250 44248 -2
==========================================
- Hits 43231 43229 -2
Misses 1019 1019 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Docker builds report
|
In tests, URLs are loaded before the |
Thanks for submitting a PR! Please check the boxes below:
docs/
if required so people know about the feature!Changes
This PRs refactors the root urlconf to allow the
urls
marker usage in tests. This is required to enable API routes whenTASK_PROCESSOR_MODE
is on, which enables therun_tasks
fixture usage in functional tests:How did you test this code?
Not yet.