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

Uploaded Source

Built Distribution

che-0.2.0-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: che-0.2.0.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

Hashes for che-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c4ba4e479d21709c27cdd2810cf9ff90bfb10fa667869e4ecbc8a8497f7ca80f
MD5 5613ef10f2ac0fa9c342a8357817a5a1
BLAKE2b-256 8aa6d3d32d7e9dceb7009264d09ebd952b7553d445bf8fa723cca57058fd9462

See more details on using hashes here.

File details

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

File metadata

  • Download URL: che-0.2.0-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

Hashes for che-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fb6018d6f075413b576144d82e26e14d4844e21d579991c779056949b323d5a0
MD5 39daea6fbe05b9748e4f2d46b6052e98
BLAKE2b-256 9bd581688fb80055f3f26f9e6b9f0829ea5b5ee0a020786999e7131facb2a338

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