パッケージ: python3-fudge (1.1.0-1)
python3-fudge に関するリンク
Debian の資源:
python-fudge ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [farmdev.com]
類似のパッケージ:
Python 3 module for using fake objects for tests
Fudge is a Python module for using fake objects (mocks and stubs) to test real ones.
In readable Python code, you declare what methods are available on your fake and how they should be called. Then you inject that into your application and start testing. This declarative approach means you don’t have to record and playback actions and you don’t have to inspect your fakes after running code. If the fake object was used incorrectly then you’ll see an informative exception message with a traceback that points to the culprit.
Fudge was inspired by Mocha which is a simpler version of jMock. But unlike Mocha, Fudge does not automatically hijack real objects; you explicitly patch them in your test. And unlike jMock, Fudge is only as strict about expectations as you want it to be. If the type of arguments sent to the fake method aren’t important then you don’t have to declare an expectation for them.
This is the Python 3 version of the package.
その他の python3-fudge 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-pkg-resources
- pkg_resources を用いたパッケージ検索およびリソースアクセス
-
- rec: python-fudge-doc (= 1.1.0-1)
- Python module for using fake objects for tests, documentation package