docs: README.md修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2022-08-19 12:52:44 +09:00
parent a8868d14b9
commit b99bc8e6e4

View File

@ -175,10 +175,11 @@ pipenv run test:walk-through
- 標準出力とカバレッジファイル(`.coverage`)に出力される
- `pipenv run test:report`
- pytestのテスト終了時にテスト結果をHTMLで出力する
- `.report/test_result.html`が出力される
- `.report/unit_test/test_result.html`が出力される
- `test:walk-through`
- 一気通貫テストが実行される
- 上記のテスト意外はスキップされる
- `.report/walk_through/test_result.html`に結果のHTMLが出力される
## 単体テストの追加方法