We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79028b6 commit 9d5f94bCopy full SHA for 9d5f94b
.evergreen/scripts/utils.py
@@ -64,7 +64,7 @@ def get_test_options(
64
if require_sub_test_name:
65
parser.add_argument(
66
"test_name",
67
- choices=sorted(TEST_SUITE_MAP + EXTRA_TESTS),
+ choices=sorted(list(TEST_SUITE_MAP) + EXTRA_TESTS),
68
nargs="?",
69
default="default",
70
help="The optional name of the test suite to set up, typically the same name as a pytest marker.",
0 commit comments