-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for mocking sub-workflows in tests using SdkTypes (#123)
* Add support for mocking sub-workflows Signed-off-by: Michel Davit <[email protected]> * Use SdkType to mock subworkflows in tests I would like to hide the literals from the user interface Signed-off-by: Nelson Arapé <[email protected]> * Hide Literals from users when mocking subworkflows Signed-off-by: Nelson Arapé <[email protected]> * Add unit tests for mocking subworkflows Signed-off-by: Nelson Arapé <[email protected]> * Minor formatting Signed-off-by: Nelson Arapé <[email protected]> * Refactoring idlTemplates generation/verification Signed-off-by: Nelson Arapé <[email protected]> * Remove debug statements Signed-off-by: Nelson Arapé <[email protected]> * Remove unused import Signed-off-by: Nelson Arapé <[email protected]> * Propagates variable descriptions Signed-off-by: Nelson Arapé <[email protected]> * Replace iteration with stream().collect() Signed-off-by: Nelson Arapé <[email protected]> * Refactor TestingWorkflow Signed-off-by: Nelson Arapé <[email protected]> Co-authored-by: Michel Davit <[email protected]> Co-authored-by: Nelson Arapé <[email protected]>
- Loading branch information
1 parent
37a9acf
commit a5a7952
Showing
8 changed files
with
314 additions
and
75 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
58 changes: 0 additions & 58 deletions
58
flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingSdkWorkflowBuilder.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.