blob: d4238795c63b539ac2fb8a4a3cd1c5b643cf72d4 [file] [log] [blame]
[metadata]
name = cobalt
[tool:pytest]
python_paths=.
norecursedirs=
.*
cobalt/black_box_tests/tests
cobalt/media_integration_tests
out
testing/android
testing/gtest
testing/gmock
third_party
v8
# Ignore non-test files with test_* names that pytest would otherwise pick up.
addopts=
--ignore-glob=**/test_filters.py
--ignore-glob=**/test_filter.py
--ignore-glob=**/test_runner.py
--ignore-glob=**/test_env.py
--ignore-glob=build/**