mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-04 07:26:14 +02:00
fix more tests
This commit is contained in:
parent
5cb46f572d
commit
57f53e96ce
5 changed files with 53 additions and 34 deletions
|
@ -120,9 +120,9 @@ def config_exists(config_file, temp_dir, working_dir):
|
|||
shutil.copy2(config_source, config_dest)
|
||||
|
||||
|
||||
@given(parse('we use the password "{pw}" if prompted'), target_fixture="password")
|
||||
def use_password_forever(pw):
|
||||
return pw
|
||||
@given(parse('we use the password "{password}" if prompted'))
|
||||
def use_password_forever(password):
|
||||
return password
|
||||
|
||||
|
||||
@given("we create a cache directory", target_fixture="cache_dir")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue