Skip to content

Commit

Permalink
Fixed E305 code style error
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Nov 4, 2016
1 parent c33b939 commit cb2de88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def read(fname):
"""
return open(os.path.join(here, fname)).read()


requirements = [
'pytest>=3.0.0',
'mirakuru',
Expand Down
1 change: 1 addition & 0 deletions src/pytest_elasticsearch/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,6 @@ def pytest_addoption(parser):
help=_help_port
)


elasticsearch_proc = factories.elasticsearch_proc()
elasticsearch = factories.elasticsearch('elasticsearch_proc')
1 change: 1 addition & 0 deletions tests/test_elastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def test_ini_option_configuration(request):

assert '/test2' == factories.return_config(request)['logsdir']


elasticsearch_proc_args = factories.elasticsearch_proc(
port=None, elasticsearch_logsdir='/tmp')

Expand Down

0 comments on commit cb2de88

Please sign in to comment.