Michael Merickel
2018-10-15 10ddb6f08592c2740b966e98a6f98a5b83af1896
tests/test_config/test_util.py
@@ -426,7 +426,7 @@
        with warnings.catch_warnings(record=True) as w:
            warnings.filterwarnings('always')
            from pyramid.config.predicates import XHRPredicate
            from pyramid.config.predicates import XHRPredicate  # noqa: F401
            self.assertEqual(len(w), 1)
@@ -493,7 +493,7 @@
    def __init__(self):
        self.__text__ = 'custom predicate'
    def classmethod_predicate(*args):
    def classmethod_predicate(*args):  # pragma: no cover
        pass
    classmethod_predicate.__text__ = 'classmethod predicate'