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

pywbem / nocasedict / 168 / 2
99%
master: 97%

Build:
Build:
LAST BUILD BRANCH: stable_2.2
DEFAULT BRANCH: master
Ran 25 Jul 2020 05:27PM UTC
Files 5
Run time 0s
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

25 Jul 2020 05:23PM UTC coverage: 93.839% (+2.4%) from 91.469%
PACKAGE_LEVEL=latest

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>

198 of 211 relevant lines covered (93.84%)

0.94 hits per line

Source Files on job 168.2 (PACKAGE_LEVEL=latest)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 128
  • Travis Job 168.2
  • 3473136c on github
  • Prev Job for PACKAGE_LEVEL=latest on andy/iter-view (#163.3)
  • Next Job for PACKAGE_LEVEL=latest on andy/iter-view (#175.5)
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