docs: READMEのフォルダ構成に追記

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2022-08-04 09:06:57 +09:00
parent 02086d26b3
commit ed80499ce5

View File

@ -105,7 +105,8 @@
│ └── logger.py -- ログ管理クラス
└── tests/ -- テストコード置き場
├── aws -- AWS操作モジュールのテスト
├── test_utils/ -- テストコードで共通的に使用できる関数群
├── aws/ -- AWS操作モジュールのテスト
├── ... -- src配下のモジュール構成と同じ階層にテストコードを追加していく
├── conftest.py -- pytestのフィクスチャやフックを管理するファイル
└── docstring_parser.py -- pytest-htmlのレポート出力用のヘルパー