Skip to content

Commit

Permalink
wip: Cenários de BDD usando o modulo behave
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-parana committed Jul 28, 2023
1 parent 11fcc9c commit a487d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/steps/03.split_join_timeserie.feature_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit a487d8a

Please sign in to comment.