Lines Matching refs:search
134 assert not re.search("expected users not found:", str(e))
135 assert re.search("unexpected users found:", str(e))
140 assert re.search("expected users not found:", str(e))
141 assert not re.search("unexpected users found:", str(e))
220 assert re.search("list mismatch:", str(e))
221 assert re.search("expected users not found:", str(e))
222 assert not re.search("unexpected users found:", str(e))
227 assert re.search("list mismatch:", str(e))
228 assert not re.search("expected users not found:", str(e))
229 assert re.search("unexpected users found:", str(e))
239 assert re.search("member list mismatch:", str(e))
240 assert re.search("expected members not found:", str(e))
251 assert re.search("member list mismatch:", str(e))
252 assert re.search("unexpected members found:", str(e))
253 assert not re.search("expected members not found:", str(e))
258 assert re.search("member list mismatch:", str(e))
259 assert re.search("unexpected members found:", str(e))
260 assert re.search("expected members not found:", str(e))
265 assert re.search("member list mismatch:", str(e))
266 assert not re.search("unexpected members found:", str(e))
267 assert re.search("expected members not found:", str(e))
280 assert re.search("member list mismatch:", str(e))
281 assert re.search("unexpected members found:", str(e))
282 assert not re.search("expected members not found:", str(e))
329 assert not re.search("expected groups not found:", str(e))
330 assert re.search("unexpected groups found:", str(e))
335 assert re.search("expected groups not found:", str(e))
336 assert not re.search("unexpected groups found:", str(e))
415 assert re.search("list mismatch:", str(e))
416 assert re.search("expected groups not found:", str(e))
417 assert not re.search("unexpected groups found:", str(e))
422 assert re.search("list mismatch:", str(e))
423 assert not re.search("expected groups not found:", str(e))
424 assert re.search("unexpected groups found:", str(e))