pytest-dev / pytest-dev/pytest-django
Add ability to use live_server fixture without DB setup
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 367
- PR merge metrics
- No merged PRs in 30d
Description
I have a Django project that cannot have DB - that's a requirement.
When I create a test that uses live_server fixture, I get an error:
ImproperlyConfigured: settings.DATABASES is improperly configured
It seems that you automatically enforce to use DB with live_server fixture. Could you, please, provide a choice for this?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the live_server fixture and reproduce the ImproperlyConfigured error in a Django project without a database. Trace where database setup is enforced and define the fixture behavior that should allow live-server tests without DB configuration; done means such a test runs without the database error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- backend, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100