Daryl Lim Claude Opus 4.6 (1M context) commited on
Commit
347a8c7
·
1 Parent(s): 05795de

docs: update README test counts

Browse files

33 fast tests, 43 total.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -38,6 +38,6 @@ The Gradio interface launches at `http://localhost:7860`.
38
  ruff check . # lint
39
  ruff format . # format
40
  ty check # type check
41
- pytest -m "not slow" # 28 fast tests
42
- pytest # all 38 tests (slow require CUDA + model download)
43
  ```
 
38
  ruff check . # lint
39
  ruff format . # format
40
  ty check # type check
41
+ pytest -m "not slow" # 33 fast tests
42
+ pytest # all 43 tests (slow require CUDA + model download)
43
  ```