Skip to content

Commit 6e4fc28

Browse files
committed
Commit updated files
1 parent 75b2999 commit 6e4fc28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

files/Python.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ PostgreSQL (psycopg2)
4545
SQLite3 (sqlite3、pysqlite2)
4646
オブジェクト関係マッピングデータベース(ORM)
4747
Flask-SQLAlchemy
48-
SQLAlchemy
48+
SQLAlchemy
49+
リクエスト処理ロジックをアプリケーションの __main__モジュールに置くことは避けて下さい。Contrastで十分に観測できない可能性があります。最適なカバレッジを得るためには、アプリケーションを直接呼び出す(例:python app.pyやpython -m app)のではなく、 標準的なWebサーバ( サポート対象のWebサーバを参照)を使用してサーバを起動することをお勧めします。これは稀なケースですが、検出精度を最大限に高めるためには考慮すべき点です。

0 commit comments

Comments
 (0)