aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/junit.cpp
Commit message (Expand)AuthorAgeFilesLines
* KIKIMR-19979 Fix empty attribute in xml reportgalaxycrab2023-11-281-2/+1
* KIKIMR-19979 Remove dependency on libxml of library/cpp/testing/unittestgalaxycrab2023-11-271-140/+353
* Y_FAIL->Y_ABORT at '^li'ilnurkh2023-10-171-1/+1
* KIKIMR-18702 JUnit tests. Save captured test output even when abort happenedgalaxycrab2023-08-041-1/+68
* rename Y_TEST_FILTER option to Y_UNITTEST_FILTER_FILEnkozlovskiy2023-05-261-1/+1
* add ability to use test filter list from filenkozlovskiy2023-05-241-0/+1
* Fix several small sins of junit xml report generatorgalaxycrab2023-03-271-23/+138
* unittest junitxml add suite name to classnamealexv-smirnov2023-03-221-0/+3
* Support --fork-tests in JUnitProcessor. Support more than one trace processor...galaxycrab2023-03-201-45/+316
* fix writing to junitxml set by an env var from a forked testalexv-smirnov2023-03-171-1/+1
* JUnitXML output for unittestalexv-smirnov2023-03-161-0/+104