added testrails as an optional argument, cleaned the directories, added functionality of multiclient

Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
shivamcandela
2021-04-08 04:19:59 +05:30
parent 979740d610
commit 69a42cbc48
164 changed files with 342 additions and 15031 deletions

View File

@@ -0,0 +1,7 @@
class Reporting:
def __init__(self):
pass
def update_testrail(self, case_id=None, run_id=None, status_id=1, msg=None):
pass