chore(pytest): Create and use fixture of Fresh DB instead of migrations for testing
ref: #770
This commit is contained in:
@ -1027,7 +1027,7 @@ redefining-builtins-modules = ["six.moves", "past.builtins", "future.builtins",
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
|
||||
addopts = '--cov --cov-branch --cov-report term --tb=long --verbosity=2 --full-trace --showlocals app'
|
||||
addopts = '--no-migrations --cov --cov-branch --cov-report term --tb=long --verbosity=2 --full-trace --showlocals app'
|
||||
|
||||
|
||||
DJANGO_SETTINGS_MODULE = 'centurion.settings'
|
||||
|
Reference in New Issue
Block a user