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

pywbem / nocasedict / 196
97%

Build:
DEFAULT BRANCH: master
Ran 26 Jul 2020 04:25AM UTC
Jobs 3
Files 5
Run time 2min
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
196

push

travis-ci

andy-maier
Cleaned up keys() etc, view..(), iter..() methods

Before this change, keys() etc and iter..() were implemented
as defined for py2, and the view..() methods were missing.

This change makes these methods compatible with the standard dict
methods, depending on the major Python version, as follows:

- keys(), values, items(): Returns a view on py3, and a list on py2.
- view..(): Not present on py3, returns a view on py2.
- iter..(): Not present on py3, returns an iterator on py2.

For the views, new internal classes dict_keys, dict_values and
dict_items have been added.

The testcases and test functions have been adjusted.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>

208 of 208 relevant lines covered (100.0%)

2.8 hits per line

Jobs
ID Job ID Ran Files Coverage
2 196.2 (PACKAGE_LEVEL=latest) 26 Jul 2020 04:25AM UTC 0
95.19
Travis Job 196.2
3 196.3 (PACKAGE_LEVEL=latest) 26 Jul 2020 04:26AM UTC 0
92.79
Travis Job 196.3
5 196.5 (PACKAGE_LEVEL=latest) 26 Jul 2020 04:27AM UTC 0
91.83
Travis Job 196.5
Source Files on build 196
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #196
  • 4335ea9c on github
  • Prev Build on master (#192)
  • Next Build on master (#201)
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