Add your description here
Project description
Check
Overview
The Check library is a Python-based assertion framework designed to simplify the validation process in tests. It offers a wide range of assertion methods that provide clear and informative failure messages.
Features
- Comprehensive set of assertion methods for different data types and structures.
- Support for custom failure messages to improve debugging.
- Easy-to-understand method naming for better code readability.
- Minimalistic and lightweight design for quick integration into any project.
Installation
You can install the Check library via pip:
pip install che
Quick Start
Here is a simple example demonstrating some of the assertion methods:
from che import Check
# Initialize the Check instance
check = Check()
# Perform assertions
check.equal(1, 1)
check.notEqual(1, 2)
check.isAbove(2, 1)
# Validate the number of assertions made
check.assert_calls(3)
Documentation
For more detailed information on using the Check library, please refer to the official documentation.
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
che-0.3.1.tar.gz
(26.6 kB
view details)
Built Distribution
che-0.3.1-py3-none-any.whl
(6.3 kB
view details)
File details
Details for the file che-0.3.1.tar.gz
.
File metadata
- Download URL: che-0.3.1.tar.gz
- Upload date:
- Size: 26.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa8b8b36ecf43db4aed6f593c8234eb695989c9a00db3802e4d6e88232982f96 |
|
MD5 | 75e686494f4b9905fcc3b75c77e7b54a |
|
BLAKE2b-256 | 297f252972f706effd5e5c2923c6ef95d6bed844274ce629bf090b9d5d9c7241 |
File details
Details for the file che-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: che-0.3.1-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c53b97de4a250309ef1bff60be72cd0c48855c9da01babda01edec5684e41801 |
|
MD5 | 806d3052d71a5eea1b9d4b98b400d3c6 |
|
BLAKE2b-256 | b8ca765fd5df49319389ebfc32361bacaed6d93d055c1ad699e5ffcd0e223dd7 |