Skip to content

Commit 6d530aa

Browse files
committed
docs: ✏️ update how to exec unit test only
1 parent 06c646e commit 6d530aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api_client_spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ esa.io API との通信を行うための基本的なクライアント機能を
6767

6868
- **ユニットテストのみ実行:**
6969
```bash
70-
uv run pytest tests/
70+
uv run pytest tests/ -m "not integration"
7171
```
7272
- **インテグレーションテストのみ実行:**
7373
```bash

0 commit comments

Comments
 (0)