mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-05 07:56:14 +02:00
fix some more tests
This commit is contained in:
parent
a468510bcc
commit
d764914b54
2 changed files with 3 additions and 2 deletions
|
@ -86,8 +86,7 @@ def we_have_type_of_keyring(keyring_type):
|
|||
|
||||
@given(parse('we use the config "{config_file}"'), target_fixture="config_path")
|
||||
@given(parse("we use no config"), target_fixture="config_path")
|
||||
def we_use_the_config(request, temp_dir, working_dir):
|
||||
config_file = get_fixture(request, "config_file")
|
||||
def we_use_the_config(request, temp_dir, working_dir, config_file):
|
||||
|
||||
# Move into temp dir as cwd
|
||||
os.chdir(temp_dir.name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue