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 40a3b3b + 19ed655 commit 9463d0aCopy full SHA for 9463d0a
README.rst
@@ -135,7 +135,7 @@ provided either by the command line or in a configuration file:
135
import pytest
136
137
@pytest.mark.skipif(
138
- 'dev' in pytest.config.getoption('base_url'),
+ "'dev' in config.getoption('base_url')",
139
reason='Search not available on dev')
140
def test_search(base_url):
141
assert 200 == urllib2.urlopen('{0}/search'.format(base_url)).getcode()
0 commit comments