-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add property transform for contract tests (#843)
* Add property transform for contract tests * Install JQ as dependency * test without windows * test ubuntu system * test macos system * Test windows system * Fix pylint and test windows * add more dependencies for jq * use jq instead of pyjq and test windows * test three system to install jq * update pr-ci yaml file * Using string for system * Use pyjq for macOS and Linux * Use apt instead of yum for Ubuntu system * remove apt for Ubuntu system * Update readme with Ubuntu system to install pyjq * fix whitespace issue * Reduce function parameters from 6 to 5 and update readme * Add comments and annotations, do copy inside transform function * don't install pyjq on windows, it is not supported Co-authored-by: Michael Maeng <[email protected]>
- Loading branch information
Showing
5 changed files
with
188 additions
and
9 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
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