Skip to main content

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.

Check Docs

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.4.0.tar.gz (28.2 kB view details)

Uploaded Source

Built Distribution

che-0.4.0-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

Details for the file che-0.4.0.tar.gz.

File metadata

  • Download URL: che-0.4.0.tar.gz
  • Upload date:
  • Size: 28.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for che-0.4.0.tar.gz
Algorithm Hash digest
SHA256 35745ddafe204224da6e0fc3ef0aa2c29b096ce7be98230cade147352b77fc9d
MD5 411a4084211fdf318032727afe9f09ec
BLAKE2b-256 2788f658626debb54bf40f02044826edfbc9e3114fb9fc0419b458b3206913a3

See more details on using hashes here.

File details

Details for the file che-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: che-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 6.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for che-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0b4bc18351cf5f4e2253788c518dabb33f4d5d04985ca3ba20003f90494835f3
MD5 88dff87e0633fcf6ec592dd039053995
BLAKE2b-256 ad732c57797b1055ac905ea7f41c57ee3299e7ce0235f54038245354190fc53b

See more details on using hashes here.

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