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
mutcm-0.0.4-py3.6.egg
(4.8 kB
view details)
File details
Details for the file mutcm-0.0.4-py3.6.egg
.
File metadata
- Download URL: mutcm-0.0.4-py3.6.egg
- Upload date:
- Size: 4.8 kB
- Tags: Source
- 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 | 5e14b9f5276330bc3fea6add411bb0e536dc217b03322e678f6d7ebeaed6df8a |
|
MD5 | 00c50188bf587e5a075c1ab6d454c8c0 |
|
BLAKE2b-256 | 8473ce9c88e6e128742e04b5399d2fe9b0919d494f47a36c51913078eb503b3b |