A package for categorizing test results.
Project description
testcato
A Python package for categorizing test results (passed, failed, skipped).
Structure
testcato/- main package directorycategorizer.py- core logic for categorizing test results
tests/- unit tests for the packagesetup.py- package setup configurationrequirements.txt- dependenciesLICENSE- 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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04d3ec0c203ea748b0222a861280999317303b092782805591109db1f0a6aec1
|
|
| MD5 |
33f79b89667d5d5775380dade9b12704
|
|
| BLAKE2b-256 |
bedfd0abad2617e34b798ddd5fc9cd61f560aaed2b1e3eae10fa03588e020350
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f656b254350456a2121987948459ba75e1cce4bec67c8f4c27dd2bd201e1b65b
|
|
| MD5 |
a2aa13fb7882c43cace293cd9413f742
|
|
| BLAKE2b-256 |
08b2231eaae2d7ed4664f26ff7e6f18cbc79a6c1a011db0d72b6f6b0aace32b0
|