Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

JUnit xml report generation was fixed. #68

Merged
merged 7 commits into from
Apr 30, 2020

Conversation

svetlyak40wt
Copy link

Previously, pytest_runtest_logreport hook was called inside forked
processed, and main pytest process wasn't able to know about the test
results.

This fix uses a separate multiprocessing Queue to pass results back
to the main process.

This pull fixed issue #24

Previosly, pytest_runtest_logreport hook was called inside forked
processed, and main pytest process wasn't able to know about test
results.

This fix uses a separate multiprocessing Queue to pass results back
to the main process.
@kevlened
Copy link
Owner

kevlened commented Apr 9, 2020

Whoa. This is great. It's a substantial change to core logic, so I'd like to review more and test some things, then I'll release a major version rev.

@svetlyak40wt
Copy link
Author

Sure, I already using these changes in my company's production pipeline on TeamCity.

@kevlened kevlened merged commit 1455de9 into kevlened:master Apr 30, 2020
@svetlyak40wt
Copy link
Author

Yes! This is great!

Thank you, @kevlened!

@kevlened
Copy link
Owner

No, thank you! Your changes are deployed to PyPI as 0.1.0

@svetlyak40wt svetlyak40wt deleted the fix-junit-report branch February 15, 2021 08:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants