I'm getting this error while trying to run unit tests using nosetest:
File "/home/melih/src/tokbox/callmod/CallModWWW/callmodwww/config/
middleware.py", line 43, in make_app
load_environment(global_conf, app_conf)
File "/home/melih/src/tokbox/callmod/CallModWWW/callmodwww/config/
environment.py", line 31, in load_environment
config['pylons.app_globals'] = app_globals.Globals()
File "/home/melih/src/tokbox/callmod/CallModWWW/callmodwww/lib/
app_globals.py", line 19, in __init__
self.jabber_client =
Signaller(config['xmpp.server_addr'].split(':'),
config['xmpp.domain'])
File "/home/melih/src/tokbox/callmod/virtual_env/lib/python2.6/site-
packages/Paste-1.7.2-py2.6.egg/paste/registry.py", line 146, in
__getitem__
return self._current_obj()[key]
What do I need to do to make sure that the app_global.py has the
config files it needs setup before the unit test is run? Thanks.
--
Melih O.
--
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.