Skip to content

Commit

Permalink
Changed slash to - as test name is incompatible in a path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamseams committed Sep 7, 2018
1 parent 9460eff commit fb70c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_repeat.py
Expand Up @@ -57,7 +57,7 @@ def pytest_generate_tests(metafunc):
if count > 1:

def make_progress_id(i, n=count):
return '{0}/{1}'.format(i + 1, n)
return '{0}-{1}'.format(i + 1, n)

scope = metafunc.config.option.repeat_scope
metafunc.parametrize(
Expand Down

0 comments on commit fb70c2f

Please sign in to comment.