Skip to content

Instantly share code, notes, and snippets.

@shiumachi
shiumachi / pytest.md
Last active March 3, 2020 08:59
Pytestの書き方入門

インストール

pip install pytest pytest-cov pytest-randomly pytest-mock
  • pytest-cov: カバレッジ計測プラグイン
  • pytest-randomly: 実行順のランダム化
  • pytest-mock: mock利用プラグイン