Skip to content

Instantly share code, notes, and snippets.

@tisto
Created March 17, 2015 09:09
Show Gist options
  • Save tisto/12b211644eaf6630702e to your computer and use it in GitHub Desktop.
Save tisto/12b211644eaf6630702e to your computer and use it in GitHub Desktop.
#### Running tests for group plone_app_testing_test_isolation_problems ####
Running plone.app.linkintegrity.testing.plone.app.linkintegrity:AT:Functional tests:
Set up plone.testing.zca.LayerCleanup in 0.000 seconds.
Set up plone.testing.z2.Startup in 0.177 seconds.
Set up plone.app.testing.layers.PloneFixture in 5.098 seconds.
Set up plone.app.contenttypes.testing.PloneAppContenttypesMigration in 0.857 seconds.
Set up plone.app.linkintegrity.testing.LinkIntegrityLayer in 0.000 seconds.
Set up plone.app.linkintegrity.testing.LinkIntegrityATLayer in 0.351 seconds.
Set up plone.app.linkintegrity.testing.plone.app.linkintegrity:AT:Functional in 0.000 seconds.
Running:
Ran 11 tests with 0 failures, 0 errors, 0 skipped in 10.585 seconds.
Running plone.app.linkintegrity.testing.plone.app.linkintegrity:AT:Integration tests:
Tear down plone.app.linkintegrity.testing.plone.app.linkintegrity:AT:Functional in 0.000 seconds.
Set up plone.app.linkintegrity.testing.plone.app.linkintegrity:AT:Integration in 0.000 seconds.
Running:
Ran 14 tests with 0 failures, 0 errors, 0 skipped in 1.596 seconds.
Running plone.app.linkintegrity.testing.plone.app.linkintegrity:DX:Functional tests:
Tear down plone.app.linkintegrity.testing.plone.app.linkintegrity:AT:Integration in 0.000 seconds.
Tear down plone.app.linkintegrity.testing.LinkIntegrityATLayer in 0.001 seconds.
Tear down plone.app.contenttypes.testing.PloneAppContenttypesMigration in 0.006 seconds.
Set up plone.app.event.testing.PAEventLayer in 0.165 seconds.
Set up plone.app.contenttypes.testing.PloneAppContenttypes in 0.412 seconds.
Set up plone.app.linkintegrity.testing.LinkIntegrityDXLayer in 0.690 seconds.
Set up plone.app.linkintegrity.testing.plone.app.linkintegrity:DX:Functional in 0.000 seconds.
Running:
Ran 11 tests with 0 failures, 0 errors, 0 skipped in 13.322 seconds.
Running plone.app.linkintegrity.testing.plone.app.linkintegrity:DX:Integration tests:
Tear down plone.app.linkintegrity.testing.plone.app.linkintegrity:DX:Functional in 0.000 seconds.
Set up plone.app.linkintegrity.testing.plone.app.linkintegrity:DX:Integration in 0.000 seconds.
Running:
Ran 14 tests with 0 failures, 0 errors, 0 skipped in 3.757 seconds.
Running plone.app.testing.bbb.PloneTestCase:Functional tests:
Tear down plone.app.linkintegrity.testing.plone.app.linkintegrity:DX:Integration in 0.000 seconds.
Tear down plone.app.linkintegrity.testing.LinkIntegrityDXLayer in 0.001 seconds.
Tear down plone.app.linkintegrity.testing.LinkIntegrityLayer in 0.000 seconds.
Tear down plone.app.contenttypes.testing.PloneAppContenttypes in 0.111 seconds.
Tear down plone.app.event.testing.PAEventLayer in 0.003 seconds.
Set up plone.app.testing.bbb.PloneTestCaseFixture LoadLocaleError: The desired locale is not available.
Path: /home/timo/.buildout/eggs/zope.i18n-3.7.4-py2.7.egg/zope/i18n/locales/data/.xml
*** ImportError: No module named PdbSublimeTextSupport
*** NameError: name 'preloop' is not defined
*** NameError: name 'precmd' is not defined
> /home/timo/.buildout/eggs/zope.i18n-3.7.4-py2.7.egg/zope/i18n/locales/provider.py(55)loadLocale()
-> 'The desired locale is not available.\nPath: %s' % path)
(Pdb) l
50
51 # Making sure we have this locale
52 path = os.path.join(self._locale_dir, filename)
53 if not os.path.exists(path):
54 raise LoadLocaleError(
55 -> 'The desired locale is not available.\nPath: %s' % path)
56
57 # Import here to avoid circular imports
58 from zope.i18n.locales.xmlfactory import LocaleFactory
59
60 # Let's get it!
(Pdb) self._locale_dir
'/home/timo/.buildout/eggs/zope.i18n-3.7.4-py2.7.egg/zope/i18n/locales/data'
(Pdb) filename
'.xml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment