
pytest-mockのpatchについて
mocker.patch の使い方メモ ディレクトリ構成 __init__.py は空 foo.py test_foo.py これで pytest すると、NotImplementedError は出ずに、テストは通る
続きを読む1件の記事

mocker.patch の使い方メモ ディレクトリ構成 __init__.py は空 foo.py test_foo.py これで pytest すると、NotImplementedError は出ずに、テストは通る
続きを読む