Skip to content

Commit f95b3c3

Browse files
author
Johannes Otepka
committed
comments added
1 parent 80704f1 commit f95b3c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ipyparallel/tests/test_db.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ def test_find_records_glob(self):
156156
"group_a*",
157157
"group_a/subgroup_?",
158158
"group_b",
159-
"group_b/subgroup_[ab]",
159+
"group_b/subgroup_[ab]", # check sequence character matching
160160
"*/subgroup_a",
161-
"*[*]*",
162-
"*[?]*",
161+
"*[*]*", # test wildcard escaping
162+
"*[?]*", # test wildcard escaping
163163
]
164164
for pattern in patterns:
165165
ref = [

0 commit comments

Comments
 (0)