mirror of
https://github.com/apple/pkl.git
synced 2026-03-02 06:07:43 +01:00
[PR #498] [MERGED] Improve testing with stats and errors per test section #585
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/498
Author: @jjmaestro
Created: 5/16/2024
Status: ✅ Merged
Merged: 10/24/2024
Merged by: @bioball
Base:
main← Head:improve-testing📝 Commits (1)
25fd96eImprove testing with stats and errors per test section📊 Changes
8 files changed (+848 additions, -383 deletions)
View changed files
📝
pkl-cli/src/main/kotlin/org/pkl/cli/CliTestRunner.kt(+4 -1)📝
pkl-cli/src/test/kotlin/org/pkl/cli/CliTestRunnerTest.kt(+45 -38)📝
pkl-core/src/main/java/org/pkl/core/runtime/TestResults.java(+276 -149)📝
pkl-core/src/main/java/org/pkl/core/runtime/TestRunner.java(+84 -37)📝
pkl-core/src/main/java/org/pkl/core/stdlib/test/report/JUnitReport.java(+45 -22)📝
pkl-core/src/main/java/org/pkl/core/stdlib/test/report/SimpleReport.java(+72 -27)📝
pkl-core/src/test/kotlin/org/pkl/core/EvaluateTestsTest.kt(+125 -10)📝
pkl-gradle/src/test/kotlin/org/pkl/gradle/TestsTest.kt(+197 -99)📄 Description
Add some basic test stats to the test runner output for both SimpleReport and JUnitReport:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.