forked from opendatahub-io/notebooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
24 lines (18 loc) · 659 Bytes
/
Copy pathpytest.ini
File metadata and controls
24 lines (18 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# https://docs.pytest.org/en/7.1.x/reference/reference.html#configuration-options
[pytest]
addopts = --strict-markers --capture=no --tb=short
required_plugins = pytest-subtests
junit_logging = all
junit_log_passing_tests = False
log_cli = True
log_cli_date_format = %Y-%m-%d %H:%M:%S
log_cli_format = %(asctime)s %(levelname)s %(message)s
log_cli_level = INFO
log_file = logs/pytest-logs.txt
log_file_level = DEBUG
# https://docs.pytest.org/en/stable/example/markers.html#registering-markers
markers =
openshift: requires openshift to run,
cuda: requires cuda to run,
rocm: requires rocm to run,
buildonlytest: runs inside docker build,