I'm working through the zodb/traversal wiki tutorial. When I run the tests http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/tutorials/wiki/tests.html#functional-tests I get
AttributeError: 'Registry' object has no attribute 'zodb_database' raised from the line self.db = app.registry.zodb_database I can't find anywhere where zodb_database is defined. I thought I might have missed a cut and paste, so I tried downloading the tutorial source from github (https://github.com/Pylons/pyramid/tree/1.3-branch/ docs/tutorials/wiki/src/tests). When I run this, I get the same AttributeError, however. What am I missing? Where is app.registry.zodb_database supposed to be defined? Thanks, Greg -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
