mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 13:12:12 -03:00
- Add Hypothesis property-based tests (19 tests) - Add Syrupy snapshot tests (7 tests) - Add pytest-benchmark performance tests (11 tests) - Fix Hypothesis plugin compatibility by creating MockModule class - Update pytest.ini to exclude .hypothesis directory - Add .hypothesis/ to .gitignore - Update requirements-dev.txt with testing dependencies - Mark Phase 4 complete in backend-testing-improvement-plan.md All 947 tests passing.
25 lines
335 B
Plaintext
25 lines
335 B
Plaintext
__pycache__/
|
|
.pytest_cache/
|
|
settings.json
|
|
path_mappings.yaml
|
|
output/*
|
|
py/run_test.py
|
|
.vscode/
|
|
cache/
|
|
civitai/
|
|
node_modules/
|
|
coverage/
|
|
.coverage
|
|
model_cache/
|
|
|
|
# agent
|
|
.opencode/
|
|
|
|
# Vue widgets development cache (but keep build output)
|
|
vue-widgets/node_modules/
|
|
vue-widgets/.vite/
|
|
vue-widgets/dist/
|
|
|
|
# Hypothesis test cache
|
|
.hypothesis/
|