diff options
Diffstat (limited to 'plugins/agl_test_base.py')
-rw-r--r-- | plugins/agl_test_base.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/agl_test_base.py b/plugins/agl_test_base.py index 1a2c602..0e3a153 100644 --- a/plugins/agl_test_base.py +++ b/plugins/agl_test_base.py @@ -107,3 +107,5 @@ class AGLBaseTest: #Write json data to html report.change_json_to_html(self.name) + def precheck(self): + return True; |