blob: 29399e1781821c6e916ab8a4597cd53bd69bf230 [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 =
-m 'not (
network_test
or sigterm
)'
--strict
--disable-pytest-warnings
-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
sigterm: Tests which exit with code 143 when run from pytest