pytest.ini 323 Bytes
Newer Older
1
2
3
4
5
[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
6
    experiment: tests for experimental features
Hongxin Liu's avatar
Hongxin Liu committed
7
addopts = --ignore=tests/test_analyzer --ignore=tests/test_auto_parallel --ignore=tests/test_autochunk