Files
rustytorch/crates/specialized/rtx-sklearn-py/tests/python/pytest.ini
T
2026-03-04 00:08:42 +00:00

21 lines
562 B
INI

[tool:pytest]
testpaths = tests/python
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
--verbose
--tb=short
--strict-markers
--disable-warnings
--durations=10
-ra
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
gpu: marks tests that require GPU
benchmark: marks performance benchmark tests
integration: marks integration tests
compatibility: marks sklearn compatibility tests
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning