Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 12 for Mock (0.033 sec.)
- 26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 12788
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
リ » 26. 開発ツール » 26.5. unittest.mock --- モックオブジェクトライブラリ ¶ バージョン 3.3...
で追加. ソースコード: Lib/unittest/mock.py unittest.mock はPython におけるソフトウェアテス...
に使われるかをアサートすることができます。 unittest.mock はコア Mock クラスを提供しており、それによってテス...
たり、必要な属性を設定することもできます。 加えて、 mock はテストのスコープ内にあるモジュールやクラスの属性...
- https://man.plustar.jp/python/library/unittest.mock.html - [similar]
- 26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 12646
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
リ » 26. 開発ツール » 26.6. unittest.mock --- 入門 ¶ バージョン 3.3 で追加. 26.6.1. Mock を使...
う ¶ 26.6.1.1. Mock のパッチ用メソッド ¶ 一般的な Mock の使い方の中には...
: >>> real = SomeClass () >>> real . method = MagicMock ( name = 'method' ) >>> real . method ( 3 , 4 , 5...
, key = 'value' ) <MagicMock name='method()' id='...'> モック(上の例では real.m...
- https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
- 26. 開発ツール — Python 3.6.5 ドキュメント 9091
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
odule 26.4.10. シグナルハンドリング 26.5. unittest.mock --- モックオブジェクトライブラリ 26.5.1. クイックガ...
イド 26.5.2. Mock クラス 26.5.2.1. 呼び出し 26.5.2.2. 属性の削除 26....
5.2.3. Mock の名前と name 属性 26.5.2.4. 属性として設定されるモ...
プタやプロキシオブジェクトにパッチする 26.5.4. MagicMock と magic method のサポート 26.5.4.1. magick method...
- https://man.plustar.jp/python/library/development.html - [similar]
- What's New In Python 3.6 — Python 3.6.5 ドキュメント 8154
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
0.0 . (Contributed by Benjamin Peterson.) unittest.mock ¶ Mock クラスは、次の改善が行われました。 Mock.ass...
ert_called() と Mock.assert_called_once() は、mockオブジェクトが呼ばれた...
ます。 (Contributed by Amit Saha in bpo-26323 .) The Mock.reset_mock() method now has two optional keyword o...
traceback tracemalloc typing unicodedata unittest.mock urllib.request urllib.robotparser venv warnings wi...
- https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
- What's New In Python 3.5 — Python 3.6.5 ドキュメント 8030
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
ributed by Robert Collins in bpo-22936 .) unittest.mock ¶ Mock クラスは、次の改善が行われました。 The clas...
nstructor has a new unsafe parameter, which causes mock objects to raise AttributeError on attribute names...
. (Contributed by Kushal Das in bpo-21238 .) A new Mock.assert_not_called() method to check if the mock ob...
Contributed by Kushal Das in bpo-21262 .) The MagicMock class now supports __truediv__() , __divmod__() an...
- https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
- Pythonモジュール索引 — Python 3.6.5 ドキュメント 7994
- ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b |
...
ittest Unit testing framework for Python. unittest.mock Mock object library. urllib urllib.error Exception...
- https://man.plustar.jp/python/py-modindex.html - [similar]
- Python 標準ライブラリ — Python 3.6.5 ドキュメント 7959
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
st --- ユニットテストフレームワーク 26.5. unittest.mock --- モックオブジェクトライブラリ 26.6. unittest.mo...
- https://man.plustar.jp/python/library/index.html - [similar]
- 26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 7888
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
to3 - 2to3's library 前のトピックへ 26.6. unittest.mock --- 入門 次のトピックへ 26.8. test --- Python 用回...
- https://man.plustar.jp/python/library/2to3.html - [similar]
- 27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 7888
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
rage = 784 B / usr / lib / python3 .4 / unittest / mock . py : 491 : size = 77.7 KiB ( + 77.7 KiB ), count...
- https://man.plustar.jp/python/library/tracemalloc.html - [similar]
- What's New In Python 3.4 — Python 3.6.5 ドキュメント 7871
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
ntributed by Claudiu Popa in bpo-17457 .) unittest.mock オブジェクトが、呼び出しが合致する際に仕様としての...
です。(Contributed by Antoine Pitrou in bpo-17015 .) mock_open() オブジェクトに readline メソッドと readline...
- https://man.plustar.jp/python/whatsnew/3.4.html - [similar]