diff --git a/pyproject.toml b/pyproject.toml index 533de0e..cd657dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,4 +4,9 @@ python_files = [ "test_*.py", "tests.py" ] +addopts = [ + "--create-db", + "--no-migrations", + "--capture=sys", +]