Lines Matching refs:assertNotEqual
350 self.assertNotEqual(re.match("^x{3}$", "xxx"), None)
351 self.assertNotEqual(re.match("^x{1,3}$", "xxx"), None)
352 self.assertNotEqual(re.match("^x{1,4}$", "xxx"), None)
353 self.assertNotEqual(re.match("^x{3,4}?$", "xxx"), None)
354 self.assertNotEqual(re.match("^x{3}?$", "xxx"), None)
355 self.assertNotEqual(re.match("^x{1,3}?$", "xxx"), None)
356 self.assertNotEqual(re.match("^x{1,4}?$", "xxx"), None)
357 self.assertNotEqual(re.match("^x{3,4}?$", "xxx"), None)
360 self.assertNotEqual(re.match("^x{}$", "x{}"), None)
367 self.assertNotEqual(re.match("(a)", "a").re, None)
569 self.assertNotEqual(re.compile('^pattern$', flag), None)
573 self.assertNotEqual(re.match(r"\%03o" % i, chr(i)), None)
574 self.assertNotEqual(re.match(r"\%03o0" % i, chr(i)+"0"), None)
575 self.assertNotEqual(re.match(r"\%03o8" % i, chr(i)+"8"), None)
576 self.assertNotEqual(re.match(r"\x%02x" % i, chr(i)), None)
577 self.assertNotEqual(re.match(r"\x%02x0" % i, chr(i)+"0"), None)
578 self.assertNotEqual(re.match(r"\x%02xz" % i, chr(i)+"z"), None)
583 self.assertNotEqual(re.match(r"[\%03o]" % i, chr(i)), None)
584 self.assertNotEqual(re.match(r"[\%03o0]" % i, chr(i)), None)
585 self.assertNotEqual(re.match(r"[\%03o8]" % i, chr(i)), None)
586 self.assertNotEqual(re.match(r"[\x%02x]" % i, chr(i)), None)
587 self.assertNotEqual(re.match(r"[\x%02x0]" % i, chr(i)), None)
588 self.assertNotEqual(re.match(r"[\x%02xz]" % i, chr(i)), None)
655 self.assertNotEqual(scanner.scanner.scanner("").pattern, None)
779 self.assertNotEqual(q, None)
783 self.assertNotEqual(q, None)
787 self.assertNotEqual(q, None)
791 self.assertNotEqual(q, None)
795 self.assertNotEqual(q, None)
799 self.assertNotEqual(q, None)