Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reahl-stubble-3.1.1.tar.gz (25.9 kB view hashes)

Uploaded Source

Built Distribution

reahl_stubble-3.1.1-py2.py3-none-any.whl (24.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page