Skip to content

Commit

Permalink
Change default header format because : was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
pchomik committed Dec 6, 2016
1 parent 1069057 commit 18f7d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_spec/plugin.py
Expand Up @@ -18,7 +18,7 @@ def pytest_addoption(parser):
# register config options
parser.addini(
'spec_header_format',
default='{path}:{class_name}',
default='{path}::{class_name}',
help='The format of the test headers when using the spec plugin'
)
parser.addini(
Expand Down

0 comments on commit 18f7d97

Please sign in to comment.