forked from AI-Hypercomputer/maxtext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
19 lines (19 loc) · 743 Bytes
/
pytest.ini
File metadata and controls
19 lines (19 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# pytest.ini
[pytest]
testpaths =
tests
python_files = *_test.py *_tests.py
addopts =
-rf --import-mode=importlib --strict-markers
--ignore=MaxText/tests/profiler_test.py
--ignore=MaxText/tests/train_smoke_test.py
--ignore=MaxText/tests/train_int8_smoke_test.py
--ignore=MaxText/tests/train_gpu_smoke_test.py
--ignore=MaxText/tests/train_using_ragged_dot_smoke_test.py
markers =
tpu_only: marks tests to be run on TPUs only
gpu_only: marks tests to be run on GPUs only
cpu_only: marks tests to be run on CPUs only
integration_test: tests exercising larger portions of the system,
including interactions with other systems like GCS,
e.g., end_to_end tests