Add missing unit test for pipeline_controller.py 16/15116/1
authorkkangmin <kangminh925@gmail.com>
Sat, 4 Oct 2025 13:30:25 +0000 (13:30 +0000)
committerkkangmin <kangminh925@gmail.com>
Sat, 4 Oct 2025 13:30:25 +0000 (13:30 +0000)
commit900eefd2158c5165baa4ea4fa1ae3093cab99c67
tree0f0f24433bb5f8a0d7bd7538e2276835de6c3a3e
parent03fffa2a2d4f55a36abb3f06d6388c6683f18696
Add missing unit test for pipeline_controller.py

Add unit tests for missing endpoints:
- get_versions_for_pipeline
- get_pipelines
- upload_pipeline
- get_all_experiment_names

Improved coverage to ~89%

Issue-Id: AIMLFW-280
Change-Id: I7c4b2b31bc852cab58eb57c998fd058a1df0cbfc
Signed-off-by: kkangmin <kangminh925@gmail.com>
tests/test_pipeline_controller.py