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

mwclient / mwclient / 257
78%

Build:
DEFAULT BRANCH: master
Ran 23 Aug 2016 10:15PM UTC
Jobs 4
Files 9
Run time 1min
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
257

push

travis-ci

danmichaelo
Refactor List.__next__

To avoid stuff like #135 from happening, make it more transparent what's
going on in `List.__next__` by
- replacing the check for `full=True` with
  `isinstance(self, GeneratorList)`
- replacing the recursive call to `List.__next__` with
  `item = six.next(self._iter)`. This means one line of code is
  duplicated, but I think it's pays of in term of readability.

626 of 976 relevant lines covered (64.14%)

2.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 257.1 23 Aug 2016 10:15PM UTC 0
64.14
Travis Job 257.1
2 257.2 23 Aug 2016 10:15PM UTC 0
64.04
Travis Job 257.2
3 257.3 23 Aug 2016 10:15PM UTC 0
64.04
Travis Job 257.3
4 257.4 23 Aug 2016 10:15PM UTC 0
64.04
Travis Job 257.4
Source Files on build 257
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #257
  • 273d9620 on github
  • Prev Build on master (#256)
  • Next Build on master (#260)
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