mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
11 lines
364 B
INI
11 lines
364 B
INI
[pytest]
|
|
addopts = -v --import-mode=importlib
|
|
testpaths = tests
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
# Register async marker for coroutine-style tests
|
|
markers =
|
|
asyncio: execute test within asyncio event loop
|
|
# Skip problematic directories to avoid import conflicts
|
|
norecursedirs = .git .tox dist build *.egg __pycache__ py |