-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: removing validate.py in favor of in-line runner validations (#441)
* test: removing validate.py in favor of in-line runner validations Moving most of the functionality into the runner utils (e.g. insert, extract). It checks common keys are present such as `_OPERATION` for each wrapped command and other bits such as if its not virtual chalking, virtual chalk json should be absent. As this is validated in each invocation of the runner, we dont need to separately call additional validation utilities in tests. Only thing each test needs to assert is specific keys (if any) from either report/chalkmark. To make that simpler, added some utility properties like `marks_by_path` which group all chalkmarks by the path of the artifacts hence allowing to assert that all expected files were chalked as expected. * build: fixing buildx 0.18 compatibility in compose file
- Loading branch information
Showing
15 changed files
with
380 additions
and
696 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.