mirror of https://github.com/encode/starlette.git
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
|
# Used by `./scripts/test` when ${STARLETTE_TEST_DATABASE} is unset.
|
||
|
|
||
|
[coverage:run]
|
||
|
omit =
|
||
|
starlette/database/*
|
||
|
starlette/middleware/database.py
|
||
|
tests/test_database.py
|