summaryrefslogtreecommitdiff
path: root/src/_pytest/junitxml.py
AgeCommit message (Expand)Author
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-09-19Warning about record_testsuite_property not working with xdistBruno Oliveira
2020-08-19Change junit_family default to xunit2Bruno Oliveira
2020-08-04Improve typing of reports' longrepr fieldRan Benita
2020-08-04typing: set warn_unreachableRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-29junitxml: convert from py.xml to xml.etree.ElementTreeRan Benita
2020-07-29junitxml: simplify bin_xml_escapeRan Benita
2020-07-29junitxml: compile a regex lazilyRan Benita
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-07-10junitxml: few typing fixes & additionsRan Benita
2020-07-02Don't quote the Match type since it's imported from TypingGleb Nikonorov
2020-07-02fix mypy issue by using typing Match instead of re.MatchGleb Nikonorov
2020-06-23Add details to error message for junit (#7390)David Diaz Barquero
2020-06-12hookspec: type annotate pytest_internalerrorRan Benita
2020-06-12Finish deprecation of "slave"Zac-HD
2020-06-05Type annotate _pytest.junitxmlRan Benita
2020-06-05Type annotate some more hooks & implsRan Benita
2020-06-05Type annotate some hookspecs & implsRan Benita
2020-06-02Merge branch 'master' into fix-flaky-testBruno Oliveira
2020-05-30Issue 1316 - longrepr is a string when pytrace=False (#7100)Katarzyna Król
2020-05-23Introduce _pytest.timing as a way to control timing during testsBruno Oliveira
2020-02-28Add a typing-compatible mechanism for ad-hoc attributes on various objectsRan Benita
2020-01-16Update junit_logging with no,log,system-out,system-err,out-err,allJakub Mitoraj
2019-11-25Avoid duplicating system-out and system-error tagsClaudio Madotto
2019-11-25Fix for issue #5430 - junit-xml: logs are not passed to junit report for test...Claudio Madotto
2019-11-13Issue a warning to prepare change of 'junit_family' default valueBruno Oliveira
2019-10-31typosPatrick Harmon
2019-08-03Add hostname and timestamp to JUnit XML testsuite tagSamuel Searles-Bryant
2019-07-05Include <testsuites> root tag in generated XMLBruno Oliveira
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-29Add the junit_log_passing_tests ini flag to skip logging output for passing t...Bruno Oliveira
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-10Introduce record_testsuite_property fixtureBruno Oliveira
2019-05-05Emit a warning for record_property when used with xunit2Bruno Oliveira
2019-04-28Introduce new warning subclassesBruno Oliveira
2019-04-11Show XFail reason as part of JUnitXML message fieldSamuel Searles-Bryant
2019-04-04Added the junit_log_passing_tests ini flag.Jeffrey Rackauckas
2019-01-29Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2019-01-24pytest_terminal_summary uses result from pytest_report_teststatus hook, rathe...wim glenn
2019-01-14Ensure xml object is viable before testing family typeJoseph Hunkeler
2019-01-14Update comment textJoseph Hunkeler
2019-01-14Change family behavior:Joseph Hunkeler
2019-01-14Raise TypeError instead of NotImplementedError if not list typeJoseph Hunkeler
2019-01-14Replace family "old" with "legacy"Joseph Hunkeler