Add test module and auto-discovery for XTC tests#1
Merged
Conversation
…ally. NOTE: This cannot go in until we have the plugin bugfix that restores this functionality merged.
The wrapper validation is already included in gradle/actions/setup-gradle@v4, making the standalone action redundant. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Testing if the build passes without the test module to isolate the plugin dependency issue. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Re-enabling tests - CI will fail until the plugin fix is merged. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
Author
CI StatusThe test module ( Blocked by: xtclang/xvm#373 Once that PR is merged and a new XDK is published, we'll rerun CI to verify everything works. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
HelloWorld.xto extract a testableformatGreeting()functionHelloWorldTest.xtest module demonstrating xunit test patternsbuild.gradle.ktsexplaining test auto-discoveryTest plan
./gradlew buildto confirm tests are discovered and executedHelloWorldTest.xpass🤖 Generated with Claude Code