雑多な技術系メモ

自分用のメモ。内容は保証しません。よろしくお願いします。

【python】【pytest】pytestでのエラーの対処

エラー

usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: unrecognized arguments: --cov=app --cov-report=html --cov-report=html

対処

以下のpytest-covをインストールしたら、エラーが解消された

pip install pytest-cov