Skip to content
Snippets Groups Projects
Commit 9161cb9b authored by ulif's avatar ulif
Browse files

pep8.

parent 5f674b55
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ class TestGetConfigDict(object): ...@@ -74,7 +74,7 @@ class TestGetConfigDict(object):
config_file_custom = home_dir / "some-new-file" config_file_custom = home_dir / "some-new-file"
config_file_custom.write("[diceware]\nnum=42\n") config_file_custom.write("[diceware]\nnum=42\n")
conf_dict = get_config_dict( conf_dict = get_config_dict(
path_list = [str(config_file_custom), ]) path_list=[str(config_file_custom), ])
assert conf_dict['num'] == 42 assert conf_dict['num'] == 42
def test_get_config_dict_arg_defaults_dict(self, home_dir): def test_get_config_dict_arg_defaults_dict(self, home_dir):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment