Skip to content

Commit e0f94a6

Browse files
Remove etl references and fix tox command examples
Co-Authored-By: [email protected] <[email protected]>
1 parent f8b0b75 commit e0f94a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developer_guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## 1. toxコマンドでテスト環境を構築する
1313

14-
BirdXplorerは複数のPythonモジュール(api, common, etl, migrate)で構成されています。各モジュールは独自のpyproject.tomlファイルを持ち、toxを使用してテスト環境を構築できます。
14+
BirdXplorerは複数のPythonモジュール(api, common, migrate)で構成されています。各モジュールは独自のpyproject.tomlファイルを持ち、toxを使用してテスト環境を構築できます。
1515

1616
### 前提条件
1717

@@ -45,15 +45,15 @@ pip install -e "./api[dev]"
4545

4646
4. toxを使用してテストを実行する
4747

48-
各モジュールディレクトリで以下のコマンドを実行します
48+
各モジュールのテストは、プロジェクトのルートディレクトリから以下のように実行します
4949

5050
```bash
5151
# commonモジュールのテスト
5252
cd common
5353
tox
5454

5555
# apiモジュールのテスト
56-
cd ../api
56+
cd api
5757
tox
5858
```
5959

0 commit comments

Comments
 (0)