Skip to content

Commit

Permalink
Adding missing untested scenarios to the execution report
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalinn committed Aug 28, 2024
1 parent e90d345 commit f15ac2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions behavex/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ def filter_feature_executed(json_output, filename, scenario_name):
mapping_scenarios.append(scenario)
feature['scenarios'] = mapping_scenarios
return [feature]
return []


def _launch_behave(behave_args):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='behavex',
version='4.0.1rc9',
version='4.0.1rc10',
license="MIT",
platforms=['any'],
python_requires='>=3.5',
Expand Down

0 comments on commit f15ac2a

Please sign in to comment.