Skip to content

Commit

Permalink
Add more unit tests for pipeline and orchestrator (#113)
Browse files Browse the repository at this point in the history
* Refactoring to make tests easier - remove back reference to pipeline in the TaskPipelineNode class and move the relevant methods to the orchestrator which is getting more responsibilities

* Make pipeline tests more useful and fix the aggregation test

* Fix typo in file name

* Unit test "Orchestrator.get_component_inputs" method

* Rename file

* Tests for method validate_inputs_config_for_task and set_node

* Small docstring updates

* Remove unused imports

* Remove useless inputs for a - use ComponentNoParam

* Improve unit tests - raise warning when parameter is not used and test
  • Loading branch information
stellasia authored Sep 3, 2024
1 parent 1a928a5 commit 53fbc1a
Show file tree
Hide file tree
Showing 6 changed files with 460 additions and 222 deletions.
Loading

0 comments on commit 53fbc1a

Please sign in to comment.