We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a0f91 commit af8a1a8Copy full SHA for af8a1a8
README.md
@@ -73,7 +73,7 @@ with open("path/to/image.jpg", "rb") as f:
73
74
## Testing
75
76
-The library includes both API compatibility tests and performance benchmarks to ensure functionality and speed.
+The library includes API compatibility tests to ensure functionality.
77
78
### Running Tests
79
@@ -83,10 +83,10 @@ Install test dependencies:
83
pip install -r tests/requirements.txt
84
```
85
86
-Run all tests:
+Run API tests:
87
88
```bash
89
-python run_tests.py
+python run_tests.py --api-only
90
91
92
## Development
0 commit comments