Implement e2e tests for export functionality#3506
Open
DuBento wants to merge 22 commits intothought-machine:masterfrom
Open
Implement e2e tests for export functionality#3506DuBento wants to merge 22 commits intothought-machine:masterfrom
DuBento wants to merge 22 commits intothought-machine:masterfrom
Conversation
added 10 commits
March 23, 2026 12:04
build stmt checker now uses awk, supports more than one stmt associated with with a target and has a strict matching mode
toastwaffle
requested changes
Mar 25, 2026
added 12 commits
March 25, 2026 11:29
Reverted changes to main test build def
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.
This changes introduce small, targeted export test cases. The goal is to use these test for validating upcoming changes to the export logic.
please_export_e2e_testbuild def that is heavily inspired byplease_repo_e2e_testbut branches away to avoid injecting any base configuration files.test_repoand anexpected_repowith the entire files for testing and for validating the export.please_repo_e2e_testwere added to accommodate additional logic.