-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
record start_time property workaround #8122
record start_time property workaround #8122
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ACK
b9ee621
to
a3cc0d5
Compare
thanks @tstrych for discussing the |
a3cc0d5
to
a832e20
Compare
Codecov Report
@@ Coverage Diff @@
## master #8122 +/- ##
==========================================
- Coverage 58.56% 58.44% -0.13%
==========================================
Files 74 77 +3
Lines 5795 6235 +440
==========================================
+ Hits 3394 3644 +250
- Misses 2401 2591 +190
Continue to review full report at Codecov.
|
This is a workaround for:
pytest-dev/pytest#7767
where the pre-defined
record_testsuite_timestamp_xml
fixture doesn't work withxdist
yet.This commit keeps the fixture, but sets
autouse=False
and implements a manual property recording inside the
report_header
hook