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

Uploaded Source

Built Distribution

che-0.1.1-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for che-0.1.1.tar.gz
Algorithm Hash digest
SHA256 99647ea71b1c3066883e0274e1cba0987a0b88e7af381651f48ba296ee575de1
MD5 56d9ae273fea6c8b73e8e1e47b2ac6a6
BLAKE2b-256 2308090bace33a0cd3037075c6b84351898c91f98a8a0fbb8b3b7e0446d60335

See more details on using hashes here.

File details

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

File metadata

  • Download URL: che-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 6.0 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.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 38415b186b7d7b6ead98a8a2707ed1f88f6f12e478df8f0d1dd40e6d1a189df0
MD5 4401853701e0ebe8055dae097aa838b3
BLAKE2b-256 ab601652fe4ce101cc7038f78032868f9b70adb5a56f421e8aa11878a573874c

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