Lines Matching defs:re
19 import re
148 assert not re.search("expected users not found:", str(e))
149 assert re.search("unexpected users found:", str(e))
154 assert re.search("expected users not found:", str(e))
155 assert not re.search("unexpected users found:", str(e))
234 assert re.search("list mismatch:", str(e))
235 assert re.search("expected users not found:", str(e))
236 assert not re.search("unexpected users found:", str(e))
241 assert re.search("list mismatch:", str(e))
242 assert not re.search("expected users not found:", str(e))
243 assert re.search("unexpected users found:", str(e))
253 assert re.search("member list mismatch:", str(e))
254 assert re.search("expected members not found:", str(e))
265 assert re.search("member list mismatch:", str(e))
266 assert re.search("unexpected members found:", str(e))
267 assert not re.search("expected members not found:", str(e))
272 assert re.search("member list mismatch:", str(e))
273 assert re.search("unexpected members found:", str(e))
274 assert re.search("expected members not found:", str(e))
279 assert re.search("member list mismatch:", str(e))
280 assert not re.search("unexpected members found:", str(e))
281 assert re.search("expected members not found:", str(e))
294 assert re.search("member list mismatch:", str(e))
295 assert re.search("unexpected members found:", str(e))
296 assert not re.search("expected members not found:", str(e))
343 assert not re.search("expected groups not found:", str(e))
344 assert re.search("unexpected groups found:", str(e))
349 assert re.search("expected groups not found:", str(e))
350 assert not re.search("unexpected groups found:", str(e))
429 assert re.search("list mismatch:", str(e))
430 assert re.search("expected groups not found:", str(e))
431 assert not re.search("unexpected groups found:", str(e))
436 assert re.search("list mismatch:", str(e))
437 assert not re.search("expected groups not found:", str(e))
438 assert re.search("unexpected groups found:", str(e))