-
Notifications
You must be signed in to change notification settings - Fork 299
Expand file tree
/
Copy pathpytest.ini
More file actions
26 lines (23 loc) · 816 Bytes
/
Copy pathpytest.ini
File metadata and controls
26 lines (23 loc) · 816 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
25
26
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
[pytest]
addopts = --showlocals
norecursedirs =
cuda_bindings/examples
cuda_core/examples
testpaths =
cuda_pathfinder/tests
cuda_bindings/tests
cuda_core/tests
tests/integration
ci/tools/tests
markers =
pathfinder: tests for cuda_pathfinder
bindings: tests for cuda_bindings
core: tests for cuda_core
cython: cython tests
smoke: meta-level smoke tests
flaky: mark test as flaky (provided by pytest-rerunfailures)
# pytest-run-parallel related markers
thread_unsafe: mark test as thread unsafe (provided by pytest-run-parallel)
parallel_threads_limit: max number of threads (provided by pytest-run-parallel)