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

pywbem / nocasedict / 87 / 3
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: stable_2.2
DEFAULT BRANCH: master
Ran 23 Jul 2020 09:50AM UTC
Files 3
Run time 1s
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

23 Jul 2020 09:46AM UTC coverage: 96.988%. First build
PACKAGE_LEVEL=latest

push

travis-ci

andy-maier
Removed support for allow_unnamed_keys attribute

Details:

* The current NocaseDict class has an attribute 'allow_unnamed_keys'
  that controls whether it allows None as a key. By default, it does
  not allow None as a key. The standard Python dict always allows
  None as a key.

  This change removes the 'allow_unnamed_keys' attribute from
  NocaseDict and always allow None as a key.

* This rendered the 'self' parameter of _real_key() unused, so
  _real_key() was changed to become a module global function.

* Adjusted the testcases accordingly. This aligned 12 testcases
  between dict and NocaseDict, where conditional result expectations
  could be changed into common expectations.

* Fixed an error in the testcases where the UserWarning about
  unordered keyword arguments was expected for incorrect Python
  versions.

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

161 of 166 relevant lines covered (96.99%)

0.97 hits per line

Source Files on job 87.3 (PACKAGE_LEVEL=latest)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 69
  • Travis Job 87.3
  • 36011446 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