blob: 5db30096944a70cb9844357573e792a63b78ef1b [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Syntax: https://docs.pytest.org/en/latest/customize.html
[pytest]
addopts =
--durations=5
-m 'not (
network_test
)'
--strict
-n auto
--quiet
python_files = *_unittest.py
python_classes = cros_test_lib\.TestCase
norecursedirs = third_party venv
log_level = DEBUG
markers =
inside_only: Tests which must be run inside the chroot
network_test: Tests which require a network connection to run
faulthandler_timeout = 90