mirror of
https://github.com/dbt-labs/dbt-core
synced 2025-12-17 19:31:34 +00:00
11 lines
240 B
INI
11 lines
240 B
INI
[pytest]
|
|
filterwarnings =
|
|
ignore:.*'soft_unicode' has been renamed to 'soft_str'*:DeprecationWarning
|
|
ignore:unclosed file .*:ResourceWarning
|
|
env_files =
|
|
test.env
|
|
testpaths =
|
|
tests/functional
|
|
tests/unit
|
|
pythonpath = core
|