Skip to content

Commit

Permalink
Merge pull request #246 from StackStorm/log_fixture_name
Browse files Browse the repository at this point in the history
add 'Initiating test spec' to process to make debugging clear
  • Loading branch information
m4dcoder authored Dec 25, 2021
2 parents 2823b42 + 37e5dc5 commit 676ce3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orquesta/commands/rehearsal.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def process(base_path, test_spec):

if not os.path.isfile(fixture_path):
raise exc.WorkflowRehearsalError('The test spec "%s" does not exist.' % fixture_path)

LOG.info('Initiating test spec "%s".' % fixture_path)
rehearsal = rehearsing.load_test_spec(fixture_path=test_spec, base_path=base_path)
LOG.info('The test spec "%s" is successfully loaded.' % fixture_path)

Expand Down

0 comments on commit 676ce3e

Please sign in to comment.