pyassert is an assertion library for the Python programming language.
Introduction
Assertions are used in automated tests to verify that a given piece of code behaves as expected. pyassert aims to provide assertions with provide
rich functionality: common assertions should be expressed easily
good readability: assertions should be easy to read and easy to understand to enhance the overall understandability of the test
independent of the test framework: pyassert assertions work with every Python test environment.
How to install it?
pyassert is available via the [Cheeseshop](http://pypi.python.org/pypi/pyassert/) so you can use easy_install or pip:
$ pip install pyassert
Links
pyassert Github repository including documentation <https://github.com/pyclectic/pyassert>
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyassert-0.4.2.tar.gz.
File metadata
- Download URL: pyassert-0.4.2.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccae35ca67605f997d97f94b8f2ef0e57fb42274fec5c67571f127a378fa10d4
|
|
| MD5 |
e149a84c32ccee82a29bbfcc03ae924e
|
|
| BLAKE2b-256 |
0f739fc6d534a9d1303bf929f509f433d5b9bc877037c49897fb6412374fa613
|