Skip to content

Commit

Permalink
[Tests] Documentation
Browse files Browse the repository at this point in the history
Fix the documentation.
  • Loading branch information
hobbestigrou committed Mar 22, 2018
1 parent dda3111 commit f41d5a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,17 @@ def pylocwolowitz_yaml():

@pytest.fixture
def pylocwolowitz_default_key():
"""docstring for pylocwolwitz_default_key"""
"""To load the pylocwolowitz object for yaml with default key"""
return Pylocwolowitz(_get_directory(), 'yaml', default_key='default')


@pytest.fixture
def pylocwolowitz_json():
"""To load the pylocwolowitz object for json"""
return Pylocwolowitz(_get_directory(), 'json')


@pytest.fixture
def pylocwolowitz_default_key_json():
"""docstring for pylocwolwitz_default_key"""
"""To load the pylocwolowitz object for json with default key"""
return Pylocwolowitz(_get_directory(), 'json', default_key='default')

0 comments on commit f41d5a9

Please sign in to comment.