• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zopefoundation / zope.configuration / 143
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: remove-setuptools-dependency
DEFAULT BRANCH: master
Ran 27 Sep 2018 11:44PM UTC
Jobs 7
Files 33
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
143

push

travis-ci

jamadden
Simplify exception chaining and nested exception error messages.

Fixes #43

Given a/b/c/d.zcml included in that order with an error in d.zcml,
previously we would get this:

```
Traceback (most recent call last):
   ...
    raise InvalidDottedName(value).with_field_and_value(self, value)
zope.schema.interfaces.InvalidDottedName: invalid dotted name

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
   ...
    raise InvalidDottedName(value).with_field_and_value(self, value)
zope.configuration.exceptions.ConfigurationError: ('Invalid value for', 'package', 'invalid dotted name')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
   ...
    raise InvalidDottedName(value).with_field_and_value(self, value)
zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/tmp/d.zcml", line 2.4-2.58
    ConfigurationError: ('Invalid value for', 'package', 'invalid dotted name')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
   ...
    raise InvalidDottedName(value).with_field_and_value(self, value)
zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/tmp/c.zcml", line 2.4-2.29
    ZopeXMLConfigurationError: File "/tmp/d.zcml", line 2.4-2.58
    ConfigurationError: ('Invalid value for', 'package', 'invalid dotted name')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
   ...
    raise InvalidDottedName(value).with_field_and_value(self, value)
zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/tmp/b.zcml", line 2.4-2.29
    ZopeXMLConfigurationError: File "/tmp/c.zcml", line 2.4-2.29
    ZopeXMLConfigurationError: File "/tmp/d.zcml", line 2.4-2.58
    ConfigurationError: ('Invalid value for', 'package', 'invalid dotted name')

During handling of the above exception, another exception occurred:

Traceback (most recent call ... (continued)

3907 of 3910 relevant lines covered (99.92%)

6.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 143.1 27 Sep 2018 11:44PM UTC 0
99.87
Travis Job 143.1
2 143.2 27 Sep 2018 11:44PM UTC 0
99.92
Travis Job 143.2
3 143.3 27 Sep 2018 11:45PM UTC 0
99.92
Travis Job 143.3
4 143.4 27 Sep 2018 11:45PM UTC 0
99.92
Travis Job 143.4
5 143.5 27 Sep 2018 11:45PM UTC 0
99.87
Travis Job 143.5
6 143.6 27 Sep 2018 11:46PM UTC 0
99.92
Travis Job 143.6
7 143.7 27 Sep 2018 11:46PM UTC 0
99.92
Travis Job 143.7
Source Files on build 143
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #143
  • e0dc156f on github
  • Next Build on issue43 (#148)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc