forked from NVIDIA-Merlin/models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
19 lines (19 loc) · 814 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[pytest]
markers =
version: mark as testing the version number
notebook: mark as testing notebooks
examples: mark as testing examples
datasets: mark as testing datasets
integration: mark as an integration test
unit: mark as a unit test
tensorflow: mark as requiring tensorflow
torch: mark as requiring torch
implicit: mark as requiring implicit
lightfm: mark as requiring lightfm
xgboost: mark as requiring xgboost
transformers: mark as requiring transformers
horovod: mark as requiring horovod
changed: mark as requiring changed files
always: mark as always running
multigpu: Tests only run in multiple-GPU environments
singlegpu: Optional marker to run tests in single-GPU environments. Usually used when running in both single- and multi-GPU.