This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
from a9f384eab4 test(frontend): extend computing-unit util unit test
coverage (#6738)
new fa8547a850 test(frontend): cover DatasetDetailComponent upload-status,
version-node selection, and trackByTask (#6758)
new 140de712b1 test(workflow-operator): add unit tests for
PythonCodegenBase (#6663)
new 287d6ebf47 test(frontend): cover MenuComponent grid/worker toggles,
report generation, and name sizing (#6757)
new 03038c7982 test(frontend): extend TypeCastingDisplayComponent unit
test coverage (#6741)
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../codegen/PythonCodegenBaseSpec.scala | 146 +++++++++++++++
.../dataset-detail.component.spec.ts | 28 +++
.../component/menu/menu.component.spec.ts | 59 ++++++
.../type-casting-display.component.spec.ts | 206 ++++++++++++++++++++-
4 files changed, 438 insertions(+), 1 deletion(-)
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/huggingFace/codegen/PythonCodegenBaseSpec.scala