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

ionelmc / python-manhole / 203 / 26
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 05 Sep 2014 09:48PM UTC
Files 1
Run time 1s
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

05 Sep 2014 09:25PM UTC coverage: 78.472% (-0.3%) from 78.723%
TOXENV=2.7-eventlet-patchthread,coveralls

Pull #17

travis-ci

nirs
User defined locals in manhole shell

Typically, when you add a manhole to existing application, the
application was not designed for this, so finding stuff from the manhole
shell is hard or even impossible.

This patch adds a new locals optional argument, allowing a user to add
application specific objects to manhole shell locals.

Example usage:

    manhole.install(locals={'server', my_server})

From the manhole shell, you can now use "server":

    >>> server.status()

Installed locals are not inherited by child processes, since they may be
invalid in the child process.
Pull Request #17: User defined locals in manhole shell

226 of 288 relevant lines covered (78.47%)

0.78 hits per line

Source Files on job 203.26 (TOXENV=2.7-eventlet-patchthread,coveralls)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 203
  • Travis Job 203.26
  • b2bd4e63 on github
  • Prev Job for TOXENV=2.7-eventlet-patchthread,coveralls on master (#202.26)
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