mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-12 18:06:14 +02:00
Update black pin to latest version, poetry update, and make format
This commit is contained in:
parent
80651f8f0e
commit
3f281c220b
10 changed files with 72 additions and 24 deletions
|
@ -94,7 +94,11 @@ def test_not_multiple_alone():
|
|||
|
||||
@pytest.mark.parametrize(
|
||||
"cli",
|
||||
["two -not one -not three", "-not one two -not three", "-not one -not three two",],
|
||||
[
|
||||
"two -not one -not three",
|
||||
"-not one two -not three",
|
||||
"-not one -not three two",
|
||||
],
|
||||
)
|
||||
def test_not_mixed(cli):
|
||||
result = expected_args(excluded=["one", "three"], text=["two"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue