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

pfalcon / micropython / 987
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: pfalcon
DEFAULT BRANCH: master
Ran 09 Sep 2017 09:40AM UTC
Jobs 1
Files 223
Run time 19s
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
987

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

17424 of 17788 relevant lines covered (97.95%)

320020.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 987.1 09 Sep 2017 09:40AM UTC 0
97.95
Travis Job 987.1
Source Files on build 987
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #987
  • ba46178d on github
  • Prev Build on reverse-ops (#986)
  • Next Build on reverse-ops (#988)
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