Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: testing-cabal/subunit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gotest2subunit
Choose a base ref
...
head repository: testing-cabal/subunit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 8 files changed
  • 1 contributor

Commits on Apr 27, 2026

  1. Merge pull request #103 from testing-cabal/gotest2subunit

    Add gojson2subunit script for `go test -json` streams
    jelmer authored Apr 27, 2026
    Configuration menu
    Copy the full SHA
    a111907 View commit details
    Browse the repository at this point in the history
  2. Add junitxml2subunit script for JUnit XML test reports

    JUnit XML is the de-facto interchange format for JVM test runners
    (Maven Surefire, Gradle, Ant) and many other ecosystems. Both Maven
    and Gradle write one XML file per test class into a reports directory,
    so the script accepts directories (`-d DIR`) as well as individual
    files and walks each directory in lexical order for a deterministic
    stream.
    
    Each <testcase> becomes a paired inprogress/terminal subunit packet,
    spaced by the testcase's `time` attribute so consumers can recover
    the duration. <failure> and <error> children both map to subunit
    `fail` (subunit has no separate "error" status that maps cleanly,
    and from a consumer's perspective both mean "did not pass"); their
    `type`/`message` attributes plus body text are folded into a single
    text/plain attachment on the terminal packet.
    jelmer committed Apr 27, 2026
    Configuration menu
    Copy the full SHA
    e4d7f2a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #104 from testing-cabal/junitxml2subunit

    Add junitxml2subunit script for JUnit XML test reports
    jelmer authored Apr 27, 2026
    Configuration menu
    Copy the full SHA
    ef77869 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2026

  1. Configuration menu
    Copy the full SHA
    90ad791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4b3486 View commit details
    Browse the repository at this point in the history
  3. Release 1.4.6

    jelmer committed May 4, 2026
    Configuration menu
    Copy the full SHA
    c856052 View commit details
    Browse the repository at this point in the history
Loading