summaryrefslogtreecommitdiff
path: root/tests/test_router.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2022-08-12 06:26:51 -0700
committerSteve Piercy <web@stevepiercy.com>2022-08-12 06:26:51 -0700
commitbdbb8c408566f1a4009d7a8dd32f72719c1f3849 (patch)
tree544d1b4ea2c7e40b79fb91f96f4d848743129f2e /tests/test_router.py
parent4d963930e03e26f6b831eae81ee93f2aa8271ff7 (diff)
parent1e439035e41da3767acbcae79689fb05dfdeb317 (diff)
downloadpyramid-bdbb8c408566f1a4009d7a8dd32f72719c1f3849.tar.gz
pyramid-bdbb8c408566f1a4009d7a8dd32f72719c1f3849.tar.bz2
pyramid-bdbb8c408566f1a4009d7a8dd32f72719c1f3849.zip
Merge branch 'master' of https://github.com/Pylons/pyramid
Diffstat (limited to 'tests/test_router.py')
-rw-r--r--tests/test_router.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_router.py b/tests/test_router.py
index 857e8aea5..f136e5ab3 100644
--- a/tests/test_router.py
+++ b/tests/test_router.py
@@ -56,7 +56,7 @@ class TestRouter(unittest.TestCase):
virtual_root=None,
virtual_root_path=None,
raise_error=None,
- **kw
+ **kw,
):
from pyramid.interfaces import ITraverser