[tests] Tell pytest to always create a new db and to NOT run migrations
This commit is contained in:
parent
3edd39f013
commit
8500ebb157
1 changed files with 5 additions and 0 deletions
|
@ -4,4 +4,9 @@ python_files = [
|
|||
"test_*.py",
|
||||
"tests.py"
|
||||
]
|
||||
addopts = [
|
||||
"--create-db",
|
||||
"--no-migrations",
|
||||
"--capture=sys",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue