pipewire/test/pytest.ini

32 lines
720 B
INI
Raw Normal View History

#
# To run Pytest tests, use
#
# meson devenv -C builddir -w . python3 -m pytest test --kernel-build -v
#
# meson devenv -C builddir -w . python3 -m pytest test --kernel /path/to/bzImage -v
#
# with bzImage built by yourself, or downloaded from some source eg.
# https://github.com/pv/bluez-test-functional-kernel/releases/
#
# See https://github.com/pv/pytest-bluezenv or run
#
# python3 -m pytest test --help
#
[pytest]
log_format = %(asctime)s %(levelname)-6s %(name)-20s: %(message)s
log_date_format = %Y-%m-%d %H:%M:%S.%f
log_level = 0
log_file = test-pytest.log
markers =
vm: tests requiring BlueZ VM environment
addopts =
-p pytest_bluezenv
norecursedirs =
data
.pytest_cache
vm_timeout = 30