You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We lack the story for testing and debugging components.
Current situation:
Unit Test: users can call the component python function in the notebook if only the server has the dependency installed.(option: installing the dependencies directly in the server, however, this might affect other notebooks that are running in the same notebook server).
Integration tests: users can submit a whole pipeline with the authored component. However, this requires the user to author an extra pipeline just to test this single component.
The text was updated successfully, but these errors were encountered:
vicaire
changed the title
Component debugging
Component/Pipeline code organization for e2e testing.
Mar 26, 2019
vicaire
changed the title
Component/Pipeline code organization for e2e testing.
Component/Pipeline code organization for e2e testing / Specifying e2e tests using notebooks.
Mar 26, 2019
@vicaire I created this issue to standardize the testing for components. Are you requesting that we should support a notebook sample tests and have the test infra support it?
We lack the story for testing and debugging components.
Current situation:
The text was updated successfully, but these errors were encountered: