Skip to content

muthugit/tcm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Status build

Todo

  1. Handling POST method

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']

About

Yet another file based Test Case Management tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published