2025-11-11 10:11:19 -06:00
|
|
|
# pytest.ini
|
|
|
|
|
[pytest]
|
|
|
|
|
markers =
|
|
|
|
|
ext_tuner: marks tests related to CSV Tuner Plugin
|
2025-11-18 11:20:39 -06:00
|
|
|
ext_profiler: marks tests related to Profiler Plugin
|
2025-11-11 10:11:19 -06:00
|
|
|
allreduce: marks tests related to AllReduce collective
|
|
|
|
|
broadcast: marks tests related to Broadcast collective
|
|
|
|
|
reduce: marks tests related to Reduce collective
|
|
|
|
|
allgather: marks tests related to AllGather collective
|
|
|
|
|
reducescatter: marks tests related to ReduceScatter collective
|
2025-11-18 11:20:39 -06:00
|
|
|
alltoall: marks tests related to AllToAll collective
|
|
|
|
|
sendrecv: marks tests related to SendRecv collective
|
|
|
|
|
multinode: marks tests related to multi-node operations
|
2025-11-11 10:11:19 -06:00
|
|
|
|
2025-11-18 11:20:39 -06:00
|
|
|
testpaths = tests
|
|
|
|
|
addopts = --import-mode=importlib
|