Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rewrite tests in
tests/github/experimental/workflow/LocalRuntime
to pytest format and move them totests/end_to_end/test_suites/wf_local_func_tests.py
.testflow_datastore_cli
,testflow_include_exclude
,testflow_include
,testflow_reference_with_exclude
, andtestflow_reference_with_include
intests/end_to_end/test_suites/wf_local_func_tests.py
.tests/end_to_end/workflow/datastore_cli_flow.py
with the content oftests/github/experimental/workflow/LocalRuntime/testflow_datastore_cli.py
, import logging, and remove bcolors class usage.tests/end_to_end/workflow/include_exclude_flow.py
with the content oftests/github/experimental/workflow/LocalRuntime/testflow_include_exclude.py
, import logging, and remove bcolors class usage.tests/end_to_end/workflow/include_flow.py
with the content oftests/github/experimental/workflow/LocalRuntime/testflow_include.py
, import logging, and remove bcolors class usage.tests/end_to_end/workflow/reference_with_exclude_flow.py
with the content oftests/github/experimental/workflow/LocalRuntime/testflow_reference_with_exclude.py
, import logging, and remove bcolors class usage.tests/end_to_end/workflow/reference_with_include_flow.py
with the content oftests/github/experimental/workflow/LocalRuntime/testflow_reference_with_include.py
, import logging, and remove bcolors class usage.tests/github/experimental/workflow/LocalRuntime/testflow_datastore_cli.py
,tests/github/experimental/workflow/LocalRuntime/testflow_include_exclude.py
,tests/github/experimental/workflow/LocalRuntime/testflow_include.py
,tests/github/experimental/workflow/LocalRuntime/testflow_reference_with_exclude.py
,tests/github/experimental/workflow/LocalRuntime/testflow_reference_with_include.py
, andtests/github/experimental/workflow/LocalRuntime/testflow_reference.py
.For more details, open the Copilot Workspace session.