pytest-dev / pytest-dev/pytest-django

Add ability to use live_server fixture without DB setup

Open
#298 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

db-configuration enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.