repo.or.cz
/
mygpo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump celery[redis] from 4.4.7 to 5.1.0
[mygpo.git]
/
conftest.py
blob
ff4024853fde938244bbe4bad64014ab544bd48a
1
import
pytest
2
3
4
@pytest
.
fixture
(
autouse
=
True
)
5
def
enable_db_access_for_all_tests
(
db
):
6
"""Enable DB access for all tests
7
8
http://pytest-django.readthedocs.io/en/latest/faq.html#how-can-i-give-database-access-to-all-my-tests-without-the-django-db-marker"""
9
pass