pytest-django icon indicating copy to clipboard operation
pytest-django copied to clipboard

A new fixture for using "real database"?

Open rhoban13 opened this issue 7 months ago • 0 comments

The documentation indicates we can use django_db_blocker to unblock database access and enable tests to utilize a real database. Alternatively we can implement django_db_setup to use a real database.

Is it possible to add a fixture analogous to db or transactional_db to indicate "use a real external database"? Something like external_db?

rhoban13 avatar Jul 22 '24 17:07 rhoban13