Open jlewi opened 4 years ago
Issue-Label Bot is automatically applying the labels:
Label | Probability |
---|---|
kind/feature | 0.83 |
Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: app homepage, dashboard and code for this bot.
Related to #57
We have a monolithic test https://github.com/kubeflow/kfctl/blob/c42f9f3498e1a4f57d91f07b95a480b191b6691e/py/kubeflow/kfctl/testing/pytests/kf_is_ready_test.py#L100
That tests that a whole bunch of applications were successfully deployed.
We should split this up so that
e.g like we do for katib https://github.com/kubeflow/kfctl/blob/c42f9f3498e1a4f57d91f07b95a480b191b6691e/py/kubeflow/kfctl/testing/pytests/kf_is_ready_test.py#L48