bluecast.tests.test_welcome¶
Module Contents¶
Functions¶
|
Fixture to initialize WelcomeToBlueCast class. |
|
Test if widgets are created properly. |
|
Test the submission handling logic. |
|
Test if BlueCast instances are correctly instantiated based on task type and number of models. |
|
Test the automl_configurator method to ensure that widgets are created and displayed. |
Test if on_submit_clicked is triggered after button click in the automl_configurator method. |
- bluecast.tests.test_welcome.welcome()¶
Fixture to initialize WelcomeToBlueCast class.
- bluecast.tests.test_welcome.test_widget_creation(welcome)¶
Test if widgets are created properly.
- bluecast.tests.test_welcome.test_on_submit_clicked(mock_clear_output, welcome)¶
Test the submission handling logic.
- bluecast.tests.test_welcome.test_bluecast_instance_instantiation(welcome)¶
Test if BlueCast instances are correctly instantiated based on task type and number of models.
- bluecast.tests.test_welcome.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.
- bluecast.tests.test_welcome.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.