Skip to content

Commit

Permalink
rename internal test dir ref src/src_user/Test -> src/src_user/test
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Oct 12, 2023
1 parent 4f88124 commit 2d4114e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: sksat/[email protected]

- name: install pytest deps
working-directory: examples/${{ matrix.c2a_user }}/src/src_user/Test
working-directory: examples/${{ matrix.c2a_user }}/src/src_user/test
run: |
rye sync
Expand Down Expand Up @@ -115,6 +115,6 @@ jobs:
sleep 3
- name: run pytest
working-directory: ./examples/${{ matrix.c2a_user }}/src/src_user/Test
working-directory: ./examples/${{ matrix.c2a_user }}/src/src_user/test
run: |
rye run pytest -m sils -v ./test/${{ matrix.test_dir }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
### テスト
- 特定の user を仮定しないと,各種パラメタが確定しないため, [`examples/mobc`](./examples/mobc) でテストする.
- C2A 間通信に関連する部分のテストのみは [`examples/subobc`](./examples/subobc) を用いる.
- 詳細は [Test](./examples/mobc/src/src_user/Test) 参照.
- 詳細は [test](./examples/mobc/src/src_user/test) 参照.

### ブランチ
- `main`: リリース版([詳細](./docs/general/release.md)
Expand Down
2 changes: 1 addition & 1 deletion examples/mobc/src/src_user/test/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# C2A PYTEST
- CI などで自動でテストできるようにした pytest.
- C2A は現状関数レベルのテストはなく,コマンド送信とテレメ結果で判断する,結合テストのみしかない.
- なお, C2A 間通信のテストについては, [examples/subobc/src/src_user/Test](../../../../subobc/src/src_user/Test) を参照すること.
- なお, C2A 間通信のテストについては, [examples/subobc/src/src_user/test](../../../../subobc/src/src_user/test) を参照すること.

## 環境
- python3 系列と以下のライブラリ
Expand Down

0 comments on commit 2d4114e

Please sign in to comment.