Skip to main content

A package for categorizing test results.

Project description

testcato

A Python package for categorizing test results (passed, failed, skipped).

Structure

  • testcato/ - main package directory
    • categorizer.py - core logic for categorizing test results
  • tests/ - unit tests for the package
  • setup.py - package setup configuration
  • requirements.txt - dependencies
  • LICENSE - license file

Usage

from testcato.categorizer import TestCategorizer

categorizer = TestCategorizer()
test_results = [
    {'name': 'test_one', 'status': 'passed'},
    {'name': 'test_two', 'status': 'failed'}
]
categories = categorizer.categorize(test_results)
print(categories)

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

testcato-1.1.8.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

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

testcato-1.1.8-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file testcato-1.1.8.tar.gz.

File metadata

  • Download URL: testcato-1.1.8.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.13

File hashes

Hashes for testcato-1.1.8.tar.gz
Algorithm Hash digest
SHA256 04d3ec0c203ea748b0222a861280999317303b092782805591109db1f0a6aec1
MD5 33f79b89667d5d5775380dade9b12704
BLAKE2b-256 bedfd0abad2617e34b798ddd5fc9cd61f560aaed2b1e3eae10fa03588e020350

See more details on using hashes here.

File details

Details for the file testcato-1.1.8-py3-none-any.whl.

File metadata

  • Download URL: testcato-1.1.8-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.13

File hashes

Hashes for testcato-1.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 f656b254350456a2121987948459ba75e1cce4bec67c8f4c27dd2bd201e1b65b
MD5 a2aa13fb7882c43cace293cd9413f742
BLAKE2b-256 08b2231eaae2d7ed4664f26ff7e6f18cbc79a6c1a011db0d72b6f6b0aace32b0

See more details on using hashes here.

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