Create testReadme.txt
Browse files- testReadme.txt +14 -0
testReadme.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tests/ ディレクトリを作成し、以下のような軽量ファイルを配置してください:
|
2 |
+
|
3 |
+
sample.jpg: PNGやJPEGで10〜100KB程度
|
4 |
+
|
5 |
+
sample.mp4: 数秒(2〜5秒)の静止映像でOK
|
6 |
+
|
7 |
+
requirements.txt に以下を追加:
|
8 |
+
|
9 |
+
pytest
|
10 |
+
pytest-asyncio
|
11 |
+
|
12 |
+
✅ テスト実行コマンド
|
13 |
+
|
14 |
+
pytest test_app.py
|