Include tracking properties in the HAR to identify which test the requests were associated to

This commit is contained in:
Louis-Philippe Huberdeau
2017-07-18 15:46:52 -04:00
parent 7d147f613f
commit e38267a61e
3 changed files with 24 additions and 7 deletions

View File

@@ -38,8 +38,6 @@ class _ThreadData(threading.local):
Resets thread data model
"""
self.requestCollector = None
self.disableStdOut = False
self.hashDBCursor = None
self.inTransaction = False