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

No way to specify the database for fixtures

Open xi opened this issue 7 months ago • 3 comments
trafficstars

The only way to declare that a fixture requires a database is the db fixture. However, since #1186 this will only pull in the default database. As far as I can see, there is currently no way to specify a different database.

Prior to #1186, the db fixture pulled in all databases.

xi avatar Apr 14 '25 15:04 xi