MCPcopy Index your code
hub / github.com/python/cpython / test_regexp

Method test_regexp

Lib/test/test_compileall.py:752–755  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

750 self.assertEqual(b'', silent)
751
752 def test_regexp(self):
753 self.assertRunOK('-q', '-x', r'ba[^\\/]*$', self.pkgdir)
754 self.assertNotCompiled(self.barfn)
755 self.assertCompiled(self.initfn)
756
757 def test_multiple_dirs(self):
758 pkgdir2 = os.path.join(self.directory, 'foo2')

Callers

nothing calls this directly

Calls 3

assertRunOKMethod · 0.95
assertNotCompiledMethod · 0.95
assertCompiledMethod · 0.95

Tested by

no test coverage detected