str0zzapreti / pytest-retry

A simple plugin for retrying flaky tests in CI environments
MIT License
27 stars 6 forks source link

Optimize logging methods #13

Closed str0zzapreti closed 11 months ago

str0zzapreti commented 11 months ago

Consolidated logging methods by extracting log messages into an instance tuple New logging method now handles excinfo formatting internally Added a new test to cover teardown failures