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

jakirkham / metawrap / 13
99%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v0.0.2
DEFAULT BRANCH: master
Ran 28 Oct 2016 05:16PM UTC
Jobs 3
Files 3
Run time 8s
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
13

push

travis-ci

jakirkham
Convert argument to `reversed` to a list.

Python 3.5 added support for `OrderedDict`'s `items`, `keys`, and
`values` iterator objects to be reversed by implemented `__reversed__`.
Also Python 2.7 got both of all these as `list`s, which already had
support for `__reversed__`. However, Python 3.4 had iterator objects
returned by all of these methods that did not support `__reversed__`.
Hence there were some test failures on Python 3.4 and `with_setup_state`
failed. Here we fix this by always converting the result to a `list`
regardless, which fixes the problem. More details on all of this in the
references below.

xref: https://bugs.python.org/issue19505
xref: https://docs.python.org/3/whatsnew/3.5.html#collections

149 of 150 relevant lines covered (99.33%)

2.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 13.1 (PYVER="3.5") 28 Oct 2016 05:16PM UTC 0
99.33
Travis Job 13.1
2 13.2 (PYVER="3.4") 28 Oct 2016 05:16PM UTC 0
99.33
Travis Job 13.2
3 13.3 (PYVER="2.7") 28 Oct 2016 05:16PM UTC 0
99.33
Travis Job 13.3
Source Files on build 13
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #13
  • 84bdbce5 on github
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