:py:mod:`bluecast.tests.test_welcome` ===================================== .. py:module:: bluecast.tests.test_welcome Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: bluecast.tests.test_welcome.welcome bluecast.tests.test_welcome.test_widget_creation bluecast.tests.test_welcome.test_on_submit_clicked bluecast.tests.test_welcome.test_bluecast_instance_instantiation bluecast.tests.test_welcome.test_automl_configurator bluecast.tests.test_welcome.test_on_submit_called_via_configurator .. py:function:: welcome() Fixture to initialize WelcomeToBlueCast class. .. py:function:: test_widget_creation(welcome) Test if widgets are created properly. .. py:function:: test_on_submit_clicked(mock_clear_output, welcome) Test the submission handling logic. .. py:function:: test_bluecast_instance_instantiation(welcome) Test if BlueCast instances are correctly instantiated based on task type and number of models. .. py:function:: test_automl_configurator(mock_display, welcome) Test the automl_configurator method to ensure that widgets are created and displayed. Also, check that the submit button triggers the correct function. .. py:function:: test_on_submit_called_via_configurator(mock_clear_output, welcome) Test if on_submit_clicked is triggered after button click in the automl_configurator method.