Skip to main content

A Python package that simplifies the creation and execution of unittest test cases.

Project description

test-helper-by-delica

Purpose

This Python package simplifies the creation and execution of unittest test cases,
in order to help programmers efficiently develop and run tests for their Python software.

Installation

This package is available through the Python Package Index (PyPI).
One can easily download the package with the following pip install statement:
pip install test_helper_by_delica

Getting Started

After installation, all we need to start using the package is a function that we want to test.
For a simple example, we can define a boolean function that always returns True.

def always_true():    
    return True   

We then use the test helper package to create a unittest TestCase object.

import test_helper_by_delica as test_lib 
test_obj = test_lib.create_test_obj()

Now we can call the boolean testing function to check whether always_true returns the expected result.

test_lib.test_bool_func(test_obj, always_True, true_inputs=())

Current Features

Citation

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

test_helper_by_delica-0.4.0a5.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

test_helper_by_delica-0.4.0a5-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file test_helper_by_delica-0.4.0a5.tar.gz.

File metadata

  • Download URL: test_helper_by_delica-0.4.0a5.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for test_helper_by_delica-0.4.0a5.tar.gz
Algorithm Hash digest
SHA256 c1ccfe235c709759bf5f9e522b673d4e851b9148ecbb4ac3f0d34cca90eefb8e
MD5 16c959617a05d91c9940a44b709c890e
BLAKE2b-256 e70d36f7d218aad11021d4443c77e7bad79a5c502351160efe802af39b9c6402

See more details on using hashes here.

Provenance

The following attestation bundles were made for test_helper_by_delica-0.4.0a5.tar.gz:

Publisher: main.yml on DelicaLM/test_helper_by_delica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file test_helper_by_delica-0.4.0a5-py3-none-any.whl.

File metadata

File hashes

Hashes for test_helper_by_delica-0.4.0a5-py3-none-any.whl
Algorithm Hash digest
SHA256 8ee63a3343fecb451369d36833080077ed6d9182338d0b4aba75421ccd9453fc
MD5 48b667465dc63e18190b9d91096ddd94
BLAKE2b-256 62f469bd0c6917ec30b1266854d16de8108a250ee94629427d3235b57a90bcb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for test_helper_by_delica-0.4.0a5-py3-none-any.whl:

Publisher: main.yml on DelicaLM/test_helper_by_delica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page