From 2ba70b04503deb604bfd8eaf1e82c47b50fce544 Mon Sep 17 00:00:00 2001 From: nicedlp Date: Wed, 6 Sep 2023 12:18:03 +0000 Subject: [PATCH] add behave file --- tests/test_functional/features/training_workflow.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_functional/features/training_workflow.feature b/tests/test_functional/features/training_workflow.feature index 57812cf..3814a7f 100644 --- a/tests/test_functional/features/training_workflow.feature +++ b/tests/test_functional/features/training_workflow.feature @@ -2,6 +2,6 @@ Feature: Model training I want to be able to train by model when a dataset containing the features and the target is available. # Add task names Scenario: train the model when training data is available - Given - When - Then + Given training data is available + When I launch the training + Then a model is added to the model registry