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

pfalcon / micropython / 986
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: pfalcon
DEFAULT BRANCH: master
Ran 04 Sep 2017 11:06PM UTC
Jobs 1
Files 223
Run time 11s
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
986

push

travis-ci

pfalcon
WIP py/runtime: Implement dispatch for "reverse op" special methods.

If, for class X, X.__add__(Y) doesn't exist (or returns NotImplemented),
try Y.__radd__(X) instead.

This patch could be simpler, but requires undoing operand swap and
operation switch to get non-confusing error message in case __radd__
doesn't exist.

It still needs to be optimized, using ideas in
https://github.com/micropython/micropython/issues/3291

17403 of 17767 relevant lines covered (97.95%)

321209.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 986.1 04 Sep 2017 11:06PM UTC 0
97.95
Travis Job 986.1
Source Files on build 986
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #986
  • df164228 on github
  • Next Build on reverse-ops (#987)
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