Home | History | Annotate | Download | only in pymock

Lines Matching full:test_prefix

1164             if not attr.startswith(patch.TEST_PREFIX):
1436 When used as a class decorator `patch.object` honours `patch.TEST_PREFIX`
1465 When used as a class decorator `patch.multiple` honours `patch.TEST_PREFIX`
1549 tests by looking for method names that start with `patch.TEST_PREFIX`.
1551 You can specify an alternative prefix by setting `patch.TEST_PREFIX`.
1597 `patch.TEST_PREFIX` for choosing which methods to wrap.
1628 if (attr.startswith(patch.TEST_PREFIX) and
1708 patch.TEST_PREFIX = 'test'