tcm
Yet another file based Test Case Management tool.
Usage
from mutcm import TCMParser
tcm = TCMParser('cases')
print(tcm.case_runs)
# this should returns the JSON object with all runs
@pytest.mark.parametrize("data", tcm.case_runs)
def test_api(data):
print(data)
assert tcm.api_test(data) == data['expected']
Release files for mutcm 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mutcm-0.0.5-py3.6.egg | Legacy Egg format | - | - | Details |
Release files / mutcm-0.0.5-py3.6.egg
| Download URL | mutcm-0.0.5-py3.6.egg |
|---|---|
| Size | 4.8 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
81f18985ab61aca539c0d939694f5b0f87b172ea19a9e203cc897d7f5ad0002c
|
|
BLAKE2b-256 checksum How to use checksums |
1e7a1b1bf4601a642831749aba3e0cc0833a15d47940ba210cd398aaf2ea540d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.10
|