Skip to content

Commit 98ffc15

Browse files
committed
Support update_status_description (fix #57)
1 parent 1aed73c commit 98ffc15

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

backslash/test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ def get_session(self):
3636

3737
def get_parent(self):
3838
return self.get_session()
39+
40+
def update_status_description(self, description):
41+
return self.client.api.call_function('update_status_description', {'test_id': self.id, 'description': description})

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Changelog
22
=========
33

4+
* :feature:`57` Support reporting test status description
45
* :release:`2.31.2 <14-9-2017>`
56
* :bug:`54` Handle cases of detached head correctly when deducing local branch
67
* :release:`2.31.1 <11-9-2017>`

0 commit comments

Comments
 (0)