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

numberoverzero / texas / 9
100%

Build:
DEFAULT BRANCH: master
Ran 19 Feb 2016 05:23AM UTC
Jobs 1
Files 1
Run time 0s
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
9

push

travis-ci

numberoverzero
PathDict takes path_on_missing kwarg.  Fixes #2

This is a huge performance fix, since the previous code would create a PathDict
at every segment.  Each lookup would then go through the next PathDict's __getitem__
which involved a call to traverse, which did a bunch of work.  This makes the factory
configurable, and defaults to a dict.

As expected, this doesn't change the behavior at all, since it was the root PathDict
doing traversal, and the branch/leaf nodes don't need to know what's going on.

114 of 114 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9.1 (TOX_ENV=py35) 19 Feb 2016 05:23AM UTC 0
100.0
Travis Job 9.1
Source Files on build 9
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9
  • 04424576 on github
  • Prev Build on master (#8)
  • Next Build on master (#10)
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