We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b2999 commit 6e4fc28Copy full SHA for 6e4fc28
files/Python.txt
@@ -45,4 +45,5 @@ PostgreSQL (psycopg2)
45
SQLite3 (sqlite3、pysqlite2)
46
オブジェクト関係マッピングデータベース(ORM)
47
Flask-SQLAlchemy
48
-SQLAlchemy
+SQLAlchemy
49
+リクエスト処理ロジックをアプリケーションの __main__モジュールに置くことは避けて下さい。Contrastで十分に観測できない可能性があります。最適なカバレッジを得るためには、アプリケーションを直接呼び出す(例:python app.pyやpython -m app)のではなく、 標準的なWebサーバ( サポート対象のWebサーバを参照)を使用してサーバを起動することをお勧めします。これは稀なケースですが、検出精度を最大限に高めるためには考慮すべき点です。
0 commit comments