We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f48e455 + b2e99a2 commit 65bfca8Copy full SHA for 65bfca8
pytest_bdd/gherkin_terminal_reporter.py
@@ -21,7 +21,7 @@ def configure(config):
21
# Get the standard terminal reporter plugin and replace it with our
22
current_reporter = config.pluginmanager.getplugin('terminalreporter')
23
if current_reporter.__class__ != TerminalReporter:
24
- raise Exception("gherkin-terminal-reporter is not compatibile with any other terminal reporter."
+ raise Exception("gherkin-terminal-reporter is not compatible with any other terminal reporter."
25
"You can use only one terminal reporter."
26
"Currently '{0}' is used."
27
"Please decide to use one by deactivating {0} or gherkin-terminal-reporter."
0 commit comments