Sign in
chromium
/
chromiumos
/
platform
/
dev-util
/
a00f3f424b3799ca062f1bf21ff1565c318b8cdb
/
.
/
contrib
/
copybot
/
conftest.py
blob: 51f6798af6dce1fafc0885639dfd6876909d6663 [
file
]
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Pytest config."""
import
pathlib
import
site
site
.
addsitedir
(
pathlib
.
Path
(
__file__
).
parent
)