From 7eb9b1cc5cf92912c5f5f6577ba788534e637523 Mon Sep 17 00:00:00 2001 From: vladmandic Date: Tue, 10 Feb 2026 14:31:53 +0100 Subject: [PATCH] create tests folder Signed-off-by: vladmandic --- CHANGELOG.md | 5 +++-- {cli => test}/benchmark_attention.py | 0 {cli => test}/full-test.sh | 0 {cli => test}/locale-sanitize-override.py | 0 {cli => test}/localize.js | 0 {cli => test}/test-schedulers.py | 0 {cli => test}/test-tagger.py | 0 {cli => test}/test-weighted-lists.py | 0 {cli => test}/validate-locale.py | 0 9 files changed, 3 insertions(+), 2 deletions(-) rename {cli => test}/benchmark_attention.py (100%) rename {cli => test}/full-test.sh (100%) mode change 100755 => 100644 rename {cli => test}/locale-sanitize-override.py (100%) mode change 100755 => 100644 rename {cli => test}/localize.js (100%) mode change 100755 => 100644 rename {cli => test}/test-schedulers.py (100%) rename {cli => test}/test-tagger.py (100%) rename {cli => test}/test-weighted-lists.py (100%) rename {cli => test}/validate-locale.py (100%) mode change 100755 => 100644 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2556f28..96d74dc25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,14 +12,15 @@ - add `--remote` command line flag that reduces client/server chatter and improves link stability for long-running generates, useful when running on remote servers - hires: allow using different lora in refiner prompt + - **nunchaku** models are now listed in networks tab as reference models + instead of being used implicitly via quantization, thanks @CalamitousFelicitousness - **UI** - ui: **themes** add *CTD-NT64Light* and *CTD-NT64Dark*, thanks @resonantsky - ui: **gallery** add option to auto-refresh gallery, thanks @awsr - **Internal** - refactor: switch to `pyproject.toml` for tool configs - - refactor: **nunchaku** models are now listed in networks tab as reference models - instead of being used implicitly via quantization, thanks @CalamitousFelicitousness - refactor: reorganize `cli` scripts + - refactor: move tests to dedicated `/test/` - update `lint` rules, thanks @awsr - update `requirements` - **Fixes** diff --git a/cli/benchmark_attention.py b/test/benchmark_attention.py similarity index 100% rename from cli/benchmark_attention.py rename to test/benchmark_attention.py diff --git a/cli/full-test.sh b/test/full-test.sh old mode 100755 new mode 100644 similarity index 100% rename from cli/full-test.sh rename to test/full-test.sh diff --git a/cli/locale-sanitize-override.py b/test/locale-sanitize-override.py old mode 100755 new mode 100644 similarity index 100% rename from cli/locale-sanitize-override.py rename to test/locale-sanitize-override.py diff --git a/cli/localize.js b/test/localize.js old mode 100755 new mode 100644 similarity index 100% rename from cli/localize.js rename to test/localize.js diff --git a/cli/test-schedulers.py b/test/test-schedulers.py similarity index 100% rename from cli/test-schedulers.py rename to test/test-schedulers.py diff --git a/cli/test-tagger.py b/test/test-tagger.py similarity index 100% rename from cli/test-tagger.py rename to test/test-tagger.py diff --git a/cli/test-weighted-lists.py b/test/test-weighted-lists.py similarity index 100% rename from cli/test-weighted-lists.py rename to test/test-weighted-lists.py diff --git a/cli/validate-locale.py b/test/validate-locale.py old mode 100755 new mode 100644 similarity index 100% rename from cli/validate-locale.py rename to test/validate-locale.py