ec436095dd
Book-CI / test (macos-latest) (push) Waiting to run
Deploy / deploy (macos-latest) (push) Waiting to run
Deploy / deploy (ubuntu-latest) (push) Waiting to run
Deploy / deploy (windows-latest) (push) Waiting to run
Release to PyPI / Build & publish sglang-kt (push) Waiting to run
Release to PyPI / Build kt-kernel (Python 3.11) (push) Waiting to run
Release to PyPI / Build kt-kernel (Python 3.12) (push) Waiting to run
Release to PyPI / Publish kt-kernel to PyPI (push) Blocked by required conditions
Book-CI / test (ubuntu-latest) (push) Waiting to run
Book-CI / test (windows-latest) (push) Waiting to run
Release Fake Tag / publish (push) Waiting to run
28 lines
602 B
INI
28 lines
602 B
INI
[pytest]
|
|
# Test paths
|
|
testpaths = test/per_commit
|
|
|
|
# File and function naming conventions
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
|
|
# Markers for hardware backends
|
|
markers =
|
|
cpu: CPU backend tests (Intel AMX/AVX512/AVX2)
|
|
cuda: CUDA backend tests (NVIDIA GPUs)
|
|
amd: AMD backend tests (ROCm)
|
|
slow: Slow-running tests (>60 seconds)
|
|
requires_model: Tests requiring model files
|
|
|
|
# Output options
|
|
addopts =
|
|
-v
|
|
--tb=short
|
|
--strict-markers
|
|
|
|
# Filter warnings
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|
|
ignore::PendingDeprecationWarning
|