Support for devops
Project description
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']
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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
mutcm-0.0.5-py3.6.egg
(4.8 kB
view details)
File details
Details for the file mutcm-0.0.5-py3.6.egg.
File metadata
- Download URL: mutcm-0.0.5-py3.6.egg
- Upload date:
- Size: 4.8 kB
- Tags: Egg
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81f18985ab61aca539c0d939694f5b0f87b172ea19a9e203cc897d7f5ad0002c
|
|
| MD5 |
43725673d0faa68d5a6b7fbb134703cc
|
|
| BLAKE2b-256 |
1e7a1b1bf4601a642831749aba3e0cc0833a15d47940ba210cd398aaf2ea540d
|