-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support multiple patterns when generating app client, including arc32…
… suffix (#345) * feat: Update generate.py to support multiple patterns when generating app client including arc32 suffix I created a list called `patterns` to add different patterns `rglob` should pick up. This design will allow more patterns to be added in the future with ease. * chore: Adding test coverage for new arc32 suffix client generate feature * docs: Updated documentation with arc32 suffix --------- Co-authored-by: Chris Kim (Hyunggun) <[email protected]>
- Loading branch information
Showing
4 changed files
with
49 additions
and
17 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
2 changes: 2 additions & 0 deletions
2
...test_generate_client.test_generate_client_python_arc32_filename.-o.client.py.approved.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Generating Python client code for application specified in {current_working_directory}/app.arc32.json and writing to client.py | ||
Output typed client for HelloWorldApp to client.py |
b11ec18
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report