Well, that's funny: [EMAIL PROTECTED]:~/Progetti/TurboGears/svn/turbogears/$ cd tests [EMAIL PROTECTED]:~/Progetti/TurboGears/svn/turbogears/tests$ nosetests ... ---------------------------------------------------------------------- Ran 69 tests in 2.691s
FAILED (failures=4) [EMAIL PROTECTED]:~/Progetti/TurboGears/svn/turbogears/tests$ Why 4 failures here and 1 from the project root? :-/ Ciao Michele [EMAIL PROTECTED] wrote: > Michele Cella wrote: > > ERROR: test module tests.test_i18n in > > /home/michele/Progetti/TurboGears/svn/turb ogears > > ---------------------------------------------------------------------- > > [...] AttributeError: No connection has been defined for this thread or > > process > > This seems to happen if "nosetests" imports the i18n.sogettext.model > module *before* importing and running tests.test_i18n. The solution I > found is to run "nosetests" inside the "turbogears/tests" directory.

