@@ -27,8 +27,9 @@ def send_keepalive(self):
2727 self .client .api .call_function ('send_keepalive' , {'session_id' : self .id })
2828
2929 def report_test_start (self , name , file_name = NOTHING , class_name = NOTHING , test_logical_id = NOTHING , scm = NOTHING ,
30- file_hash = NOTHING , scm_revision = NOTHING , scm_dirty = NOTHING , is_interactive = NOTHING ,
31- variation = NOTHING , metadata = NOTHING , test_index = NOTHING , parameters = NOTHING ):
30+ file_hash = NOTHING ,
31+ scm_revision = NOTHING , scm_dirty = NOTHING , scm_local_branch = NOTHING , scm_remote_branch = NOTHING ,
32+ is_interactive = NOTHING , variation = NOTHING , metadata = NOTHING , test_index = NOTHING , parameters = NOTHING ):
3233
3334 params = {
3435 'session_id' : self .id ,
@@ -37,6 +38,8 @@ def report_test_start(self, name, file_name=NOTHING, class_name=NOTHING, test_lo
3738 'file_hash' : file_hash ,
3839 'scm_revision' : scm_revision ,
3940 'scm_dirty' : scm_dirty ,
41+ 'scm_local_branch' : scm_local_branch ,
42+ 'scm_remote_branch' : scm_remote_branch ,
4043 'class_name' : class_name ,
4144 'file_name' : file_name ,
4245 'is_interactive' : is_interactive ,
0 commit comments