Chris McDonough
2010-11-21 b44b9302f7a89de5444177137a3c915756d1ce0b
- The ``pyramid_routesalchemy`` paster template's unit tests failed
(``AssertionError: 'SomeProject' != 'someproject'``). This is fixed.
2 files modified
8 ■■■■ changed files
CHANGES.txt 6 ●●●●● patch | view | raw | blame | history
pyramid/paster_templates/routesalchemy/+package+/tests.py_tmpl 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,6 +1,12 @@
Next release
============
Bug Fixes
---------
- The ``pyramid_routesalchemy`` paster template's unit tests failed
  (``AssertionError: 'SomeProject' != 'someproject'``).  This is fixed.
Documentation
-------------
pyramid/paster_templates/routesalchemy/+package+/tests.py_tmpl
@@ -21,4 +21,4 @@
        request = testing.DummyRequest()
        info = my_view(request)
        self.assertEqual(info['root'].name, 'root')
        self.assertEqual(info['project'], '{{package}}')
        self.assertEqual(info['project'], '{{project}}')