-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(protocol-designer): add placeholder for step commands to generat…
…ed Python (#17496) # Overview This adds the Python output from `step-generation` into the generated Python file so that we can see our progress as we work. AUTH-1385 Right now, it just emits a placeholder that looks like: ``` def run(protocol: protocol_api.ProtocolContext): # PROTOCOL STEPS # Step 1: pass # Step 2: pass ``` ## Test Plan and Hands on Testing Updated unit test, and tested exporting a Python protocol by hand. ## Risk assessment Low. Python export is hidden under a feature flag, so this should have no observable impact to users.
- Loading branch information
Showing
3 changed files
with
32 additions
and
5 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