mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-19 20:48:31 +02:00
delete redundant step
This commit is contained in:
parent
0bf4e52c9f
commit
4f933181c6
1 changed files with 0 additions and 6 deletions
|
@ -10,12 +10,6 @@ import jrnl
|
|||
from features.steps.core import _mock_getpass, _mock_time_parse
|
||||
|
||||
|
||||
@given("we use the config {config_file}")
|
||||
def load_config(context, config_file):
|
||||
filepath = os.path.join("features/configs", config_file)
|
||||
context.config_path = os.path.abspath(filepath)
|
||||
|
||||
|
||||
@then("the runtime config should have {key_as_dots} set to {override_value}")
|
||||
def config_override(context, key_as_dots: str, override_value: str):
|
||||
key_as_vec = key_as_dots.split(".")
|
||||
|
|
Loading…
Add table
Reference in a new issue