summaryrefslogtreecommitdiff
path: root/src/_pytest/junitxml.py
AgeCommit message (Expand)Author
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
2019-01-14Handle backwards-compatiblityJoseph Hunkeler
2019-01-14Add junit_family config optionJoseph Hunkeler
2019-01-14Emit JUnit compatible XMLJoseph Hunkeler
2019-01-13Remove some dead codeAnthony Sottile
2018-12-17Merge pull request #4555 from nicoddemus/remove-record-xml-pytest-main-strBruno Oliveira
2018-12-14Remove deprecated record_xml_propertyBruno Oliveira
2018-12-14Rename "junit_time" to "junit_duration_report" optionBruno Oliveira
2018-12-12Switch to ini config parameterAndrey Paramonov
2018-12-11Fix lintingBruno Oliveira
2018-12-11Add --junittime=call optionAndrey Paramonov
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-10-16fix #3533: properly escape raw XML objectVincent Barbaresi
2018-10-08Upgrade pre-commit hooksAnthony Sottile
2018-09-04Make Node.warn support two forms, new and deprecatedBruno Oliveira
2018-09-04Change std_warn to receive a single warning instance, addressed review sugges...Bruno Oliveira
2018-09-04Remove nodeid from messages for warnings generated by standard warningsBruno Oliveira
2018-09-04Deprecate Config.warn and Node.warn, replaced by standard warningsBruno Oliveira
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-05-26switch to src layoutRonny Pfannschmidt