From a487d8a3a01e75b87bf79274ab4a9ade0ebc2172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Antonio=20Ferreira?= Date: Thu, 27 Jul 2023 21:29:05 -0300 Subject: [PATCH] =?UTF-8?q?wip:=20Cen=C3=A1rios=20de=20BDD=20usando=20o=20?= =?UTF-8?q?modulo=20behave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/steps/03.split_join_timeserie.feature_steps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/features/steps/03.split_join_timeserie.feature_steps.py b/features/steps/03.split_join_timeserie.feature_steps.py index 4a46375..66caf2b 100644 --- a/features/steps/03.split_join_timeserie.feature_steps.py +++ b/features/steps/03.split_join_timeserie.feature_steps.py @@ -88,3 +88,4 @@ def convert_list_of_univariate_to_multivariate(context): @then(u'I check the result.') def check_result(context): logger.info(f'context.ts1 BEFORE -> \n{str(context.ts1)}') + logger.info(f'split/join test passed')