Steve Piercy
2016-12-12 8529b334e96078bac6c626da764db8f8e111ad72
fix test that caused coverage to drop one line
1 files modified
2 ■■■ changed files
pyramid/tests/test_scripts/test_pviews.py 2 ●●● patch | view | raw | blame | history
pyramid/tests/test_scripts/test_pviews.py
@@ -257,7 +257,7 @@
        command.out = L.append
        command._find_view = lambda arg1: None
        command.args.config_uri = '/foo/bar/myapp.ini#myapp'
        command.args.url = '/a'
        command.args.url = 'a'
        result = command.run()
        self.assertEqual(result, 0)
        self.assertEqual(L[1], 'URL = /a')