Skip to content

Commit 17bac31

Browse files
authored
Add more test cases
1 parent a468ef9 commit 17bac31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/framework/options.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3920,6 +3920,8 @@ def test_set_multiple_pr_opts(self):
39203920
test_cases = [
39213921
['--new-pr', 'dummy.eb', '--preview-pr'],
39223922
['--new-pr', 'dummy.eb', '--update-pr', '42'],
3923+
['--new-pr', 'dummy.eb', '--sync-pr-with-develop', '42'],
3924+
['--new-pr', 'dummy.eb', '--new-pr-from-branch', 'mybranch'],
39233925
]
39243926
for args in test_cases:
39253927
error_pattern = "The following options are set but incompatible.* " + args[0]

0 commit comments

Comments
 (0)