Skip to content

Commit

Permalink
restyled
Browse files Browse the repository at this point in the history
  • Loading branch information
rquidute committed Oct 16, 2024
1 parent 46d05ea commit 5560b81
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,6 @@ def mark_current_step_skipped(self):
# TODO: I very much do not want to have people passing in strings here. Do we really need the expression
# as a string? Does it get used by the TH?
self.runner_hook.step_skipped(name=str(num), expression="")

logging.info(f'**** Skipping: {num}')
self.step_skipped = True

Expand Down Expand Up @@ -1480,7 +1479,6 @@ def step(self, step: typing.Union[int, str], endpoint: Optional[int] = None):
name = f'{step} : {current_step.description}'

self.runner_hook.step_start(name=name, endpoint=current_step.endpoint)

self.step_start_time = datetime.now(tz=timezone.utc)
self.current_step_index += 1
self.step_skipped = False
Expand Down

0 comments on commit 5560b81

Please sign in to comment.