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

pywbem / pywbem / test-2434
92%

Build:
DEFAULT BRANCH: master
Ran 21 Sep 2024 10:21PM UTC
Jobs 0
Files 0
Run time –
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
test-2434

push

github

andy-maier
Test: In test_recorder.py avoid a new AssertionError by testfixtures 8.3.0

Details:

* The setup_method() in BaseLogOperationRecorderTests had called
  logging.shutdown() which triggered a new AssertionError raised by
  testfixtures 8.3.0 that complains about LogCapture handlers being closed
  but still installed.

  Uninstalling the LogCapture handlers via LogCapture.uninstall_all()
  introduced the new problem that logging was not performed correctly
  anymore.

  The solution seems to be to not call logging.shutdown() in setup_method(),
  which is also understandable given that it is only supposed to be used
  before exiting the program.

  Note that we still call it in teardown_method().

Fixed steps to start new version; removed types from _version.py

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
Source Files on build test-2434
Detailed source file information is not available for this build.
  • Back to Repo
  • b2322961 on github
  • Prev Build on master (#TEST-2430)
  • Next Build on master (#TEST-2437)
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