pytest.ini 219 Bytes
Newer Older
1
2
3
4
5
6
[pytest]
markers =
    cpu: tests which can run on CPU
    gpu: tests which requires a single GPU
    dist: tests which are run in a multi-GPU or multi-machine environment
    experiment: tests for experimental features