mirror of
https://github.com/langchain-ai/markdown-exec.git
synced 2026-07-18 10:34:36 -04:00
15 lines
284 B
INI
15 lines
284 B
INI
[pytest]
|
|
python_files =
|
|
test_*.py
|
|
addopts =
|
|
--cov
|
|
--cov-config config/coverage.ini
|
|
testpaths =
|
|
tests
|
|
|
|
# action:message_regex:warning_class:module_regex:line
|
|
filterwarnings =
|
|
error
|
|
# TODO: remove once pytest-xdist 4 is released
|
|
ignore:.*rsyncdir:DeprecationWarning:xdist
|