Skip to content

fix issue 1074 and clean up junitxml #1091

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

Merged
merged 20 commits into from
Dec 7, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
02f5def
yapf junitxml
RonnyPfannschmidt Sep 29, 2015
2a31df0
junitxml: reverse the if/else logic for failure appending
RonnyPfannschmidt Sep 29, 2015
b8df544
junitxml: yapf clean the tests
RonnyPfannschmidt Sep 29, 2015
80bcf8d
junitxml: simplify tests by creating a api wrapper
RonnyPfannschmidt Oct 9, 2015
9128fec
junitxml: simplify the api used for testing junitml
RonnyPfannschmidt Oct 10, 2015
d0107c8
junitxml restrucutre stat generation - use node tags
RonnyPfannschmidt Oct 10, 2015
0664ae1
junitxml: remove debug print
RonnyPfannschmidt Oct 10, 2015
1f609f9
junitxml: introduce nodereporter and track durations/properties there
RonnyPfannschmidt Oct 10, 2015
faed54d
junitxml: use node.warn to ensure fslocations
RonnyPfannschmidt Oct 10, 2015
9b04958
junitxml: keep track of custom property insert order
RonnyPfannschmidt Oct 10, 2015
0528e5b
junitxml: intermediate, move testcase generation to NodeReporter
RonnyPfannschmidt Oct 10, 2015
5f5a799
reintroduce junitxml report order and debug cleanups
RonnyPfannschmidt Oct 10, 2015
518c88f
finalize nodereporters by throwing away the intermediate xml nodes, f…
RonnyPfannschmidt Oct 10, 2015
5eef6a2
junitxml: fix python3 compat of the tests
RonnyPfannschmidt Oct 10, 2015
0aa5410
junitxml: follow Bruno's attribute/method naming hint from the review
RonnyPfannschmidt Oct 14, 2015
09cc45b
junitxml: correct docstring of make_properties_node
RonnyPfannschmidt Oct 21, 2015
9ea7826
Junitxml: correct node reporter attribute names
RonnyPfannschmidt Nov 24, 2015
04e9ae7
add xfailing test for double test id failure
RonnyPfannschmidt Nov 24, 2015
7b7737b
handle duplicate test ids via collection and xdist each reporting
RonnyPfannschmidt Dec 6, 2015
fde2a6f
add changelog entry
RonnyPfannschmidt Dec 7, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
2.8.5.dev0
----------

- fix #1074: precompute junitxml chunks instead of storing the whole tree in objects
Thanks Bruno Oliveira for the report and Ronny Pfannschmidt for the PR


2.8.4
-----

Expand Down
Loading