mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 03:17:54 +00:00
7 lines
149 B
Python
7 lines
149 B
Python
class Reporting:
|
|
|
|
def __init__(self):
|
|
pass
|
|
|
|
def update_testrail(self, case_id=None, run_id=None, status_id=1, msg=None):
|
|
pass |