forked from repo-mirrors/dbt-core
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
|