Harry Collins
Results
1
comments of
Harry Collins
what I have found is that: `pytestmark = pytest.mark.django_db(databases='__all__')` does *not* work. Using a full enumeration of the databases, e.g. `databases=['default', 'logs']`, so far seems to work.