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

abo-abo / lispy / 1010 / 1
63%
master: 63%

Build:
DEFAULT BRANCH: master
Ran 24 Jan 2017 10:24AM UTC
Files 4
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

24 Jan 2017 10:18AM UTC coverage: 62.683%. Remained the same
emacs=emacs-snapshot

push

travis-ci

abo-abo
le-python.el: Improve Python eval of "for ... in ..."

When iterating over e.g. a dictionary:

    for k, v in my_dict.items():
        ...

Mark `k,v in my_dict.items()' with a region and press "e" to eval:

    k, v = list(my_dict.items())[0]
    print ((k,v))

This allows to "step-in" into the loop for further eval.

6934 of 11062 relevant lines covered (62.68%)

24.61 hits per line

Source Files on job 1010.1 (emacs=emacs-snapshot)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1010
  • Travis Job 1010.1
  • 6e64df1b on github
  • Prev Job for emacs=emacs-snapshot on master (#1009.1)
  • Next Job for emacs=emacs-snapshot on master (#1011.1)
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