mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 11:57:49 +00:00
9 lines
174 B
Python
9 lines
174 B
Python
class Reporting:
|
|
|
|
def __init__(self):
|
|
self.rid = None
|
|
pass
|
|
|
|
def update_testrail(self, case_id=None, run_id=None, status_id=1, msg=None):
|
|
pass
|