Skip to content

Commit

Permalink
test: remove duplicate main() Black test
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Oct 18, 2024
1 parent 89caa3f commit cbffe5a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/darker/tests/test_command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,14 +501,6 @@ def test_help_with_flynt_package(capsys):
options=["--target-version", "py39"],
expect=call(target_versions={TargetVersion.PY39}),
),
dict(
options=["-c", "black.cfg", "-S"],
expect=call(
line_length=81,
string_normalization=False,
target_versions={TargetVersion.PY38},
),
),
dict(
options=["-c", "black.cfg", "-t", "py39"],
expect=call(
Expand Down

0 comments on commit cbffe5a

Please sign in to comment.