Skip to content

Commit af8a1a8

Browse files
committed
update test on README
1 parent 96a0f91 commit af8a1a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ with open("path/to/image.jpg", "rb") as f:
7373

7474
## Testing
7575

76-
The library includes both API compatibility tests and performance benchmarks to ensure functionality and speed.
76+
The library includes API compatibility tests to ensure functionality.
7777

7878
### Running Tests
7979

@@ -83,10 +83,10 @@ Install test dependencies:
8383
pip install -r tests/requirements.txt
8484
```
8585

86-
Run all tests:
86+
Run API tests:
8787

8888
```bash
89-
python run_tests.py
89+
python run_tests.py --api-only
9090
```
9191

9292
## Development

0 commit comments

Comments
 (0)