Skip to content

Commit c4aec4e

Browse files
committed
tc
1 parent 3d40838 commit c4aec4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/scripts/test_update_disabled_issues.py

+3
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def test_get_disable_tests(self, mock_get_disable_issues):
126126
)
127127

128128
def test_get_disable_tests_aggregate_issue(self, mock_get_disable_issues):
129+
# Test that the function can read aggregate issues
129130
self.maxDiff = None
130131
mock_data = [
131132
{
@@ -153,6 +154,8 @@ def test_get_disable_tests_aggregate_issue(self, mock_get_disable_issues):
153154
)
154155

155156
def test_get_disable_tests_merge_issues(self, mock_get_disable_issues):
157+
# Test that the function can merge multiple issues with the same test
158+
# name
156159
self.maxDiff = None
157160
mock_data = [
158161
{

0 commit comments

Comments
 (0)