mirror of
https://github.com/pese-git/llm-arch-research.git
synced 2026-01-23 21:10:54 +00:00
16 lines
370 B
INI
16 lines
370 B
INI
|
|
[tool:pytest]
|
||
|
|
testpaths = tests
|
||
|
|
python_files = test_*.py
|
||
|
|
python_classes = Test*
|
||
|
|
python_functions = test_*
|
||
|
|
addopts =
|
||
|
|
--verbose
|
||
|
|
--tb=short
|
||
|
|
--strict-markers
|
||
|
|
--strict-config
|
||
|
|
--disable-warnings
|
||
|
|
markers =
|
||
|
|
slow: marks tests as slow (deselect with '-m "not slow"')
|
||
|
|
gpu: marks tests that require GPU
|
||
|
|
integration: marks tests as integration tests
|