docs: Test Explorerの導入について追記

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2022-08-03 15:17:14 +09:00
parent ca9dc2863f
commit 3abef79cef

View File

@ -145,6 +145,12 @@ pipenv install --dev
pipenv run test:cov
```
#### 拡張機能Python Test Explorer UIを導入する場合
- VSCodeの拡張機能メニューから、「Python Test Explorer for Visual Studio Code」をインストール
- コマンドパレットから「Python Configure Tests」を選択、「Pytest」を選択
- テストメニュー(フラスコのマーク)から、テストを実行することができるようになる
#### 各コマンドの説明
- `pipenv run test`