mirror of
https://github.com/zenlm/zen-eco.git
synced 2026-07-27 03:09:30 +00:00
- Apache 2.0 License - Zen Research DAO under Zoo Labs Inc (501(c)(3)) - San Francisco-based non-profit for open AI research - Copyright 2025 Zen Research Authors
10 lines
287 B
INI
10 lines
287 B
INI
[pytest]
|
|
testpaths = tests
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
addopts = -v --color=yes --tb=short
|
|
markers =
|
|
slow: marks tests as slow (deselect with '-m "not slow"')
|
|
gpu: marks tests that require GPU
|
|
integration: marks integration tests |