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

pywbem / pywbem / test-2228 / 8
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 18 Apr 2024 09:55PM UTC
Files 56
Run time 3s
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

18 Apr 2024 08:49PM UTC coverage: 91.281%. Remained the same
test-2228.8

push

github

andy-maier
Fixed pywbem install error with ImportError on Python 2.7; Fixed tests

Details:

* Fixed pywbem install error with ImportError for "._vendor.nocasedict" on
  Python 2.7. (issue #3163): The pywbem/_vendor/__init__.py file was missing
  from the wheel distribution archive and Python 2 cannot deal with that.
  Fixed by adding the file.

* Fixed the test_install.sh script to catch the install error that was
  previously not detected. The main failure was that the import check
  was done in the main directory of the repo, so the __init__.py file
  came from there and had precedence over the resulting installation,
  so that the installation was not actually tested at all.
  This was fixed by performing the import check in the install test
  directory.

* Improved the test_install.sh script by:
  - Adding empty lines around the sections it has, for better
    readability in the log file.
  - Echoed the commands that are executed.
  - Listed the Python packages in the virtualenv after installation,
    for better debugging issues.
  - Made directory paths absolute because now directories are
    changed during the test.

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

11767 of 12891 relevant lines covered (91.28%)

0.91 hits per line

Source Files on job ubuntu-latest,3.10,minimum - test-2228.8
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 0
  • 75bfee3a on github
  • Prev Job for on master (#test-2215.7)
  • Next Job for on master (#test-2235.3)
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