Stub tools for use in unit testing
Project description
Reahl is a web application framework that allows a Python programmer to work in terms of useful abstractions - using a single programming language.
Stubble (a part of the Reahl development tools) is a collection of tools for writing stubs in unit tests. Stubble can be used independently of the Reahl web framework.
Using stubs allows one to decouple one unit test from real code unrelated to it - you write a fake class to take the place of a real one (which this test is not testing).
Stubble ensures, however, that the test will break should the interface of the stub differ from that of the real class it is a stub for.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for reahl_stubble-5.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eea60f155d0f7e8a40f258bc9a063c2ad50ddc4cfd07f4ae6ded9c6675caed47 |
|
MD5 | 7b3624be2262ca42e24421af7bd90635 |
|
BLAKE2b-256 | 3cc0ec86ecbba2f660798607ae97203f713ea1aa2f54b3e1f8ca173bf99bb41c |