mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-05 07:56:14 +02:00
make format
This commit is contained in:
parent
99030c4623
commit
b92dd7edc7
6 changed files with 69 additions and 63 deletions
|
@ -211,10 +211,13 @@ def test_editor_override():
|
|||
assert cli_as_dict('--config-override \'{"editor": "nano"}\'') == expected_args(
|
||||
config_override={"editor": "nano"}
|
||||
)
|
||||
def test_color_override():
|
||||
assert cli_as_dict('--config-override \'{"colors.body": "blue"}\'') == expected_args(
|
||||
config_override={"colors.body":"blue"}
|
||||
)
|
||||
|
||||
|
||||
def test_color_override():
|
||||
assert cli_as_dict(
|
||||
'--config-override \'{"colors.body": "blue"}\''
|
||||
) == expected_args(config_override={"colors.body": "blue"})
|
||||
|
||||
|
||||
# @see https://github.com/jrnl-org/jrnl/issues/520
|
||||
@pytest.mark.parametrize(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue