Skip to content

Commit

Permalink
MMMMMMMMerge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock committed Jun 3, 2024
1 parent e29b237 commit b23d7d2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/test_argparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ def test_no_option_string(
"""Test an argument without an option string.
Args:
<<<<<<< HEAD
capsys: Pytest fixture.
=======
capsys (pytest.CaptureFixture[str]): Pytest fixture.
>>>>>>> 556acba (Add some tests)
"""
parser = ArgumentParser(
formatter_class=CustomHelpFormatter,
Expand All @@ -40,11 +36,7 @@ def test_one_string(
"""Test an argument without an option string.
Args:
<<<<<<< HEAD
capsys: Pytest fixture.
=======
capsys (pytest.CaptureFixture[str]): Pytest fixture.
>>>>>>> 556acba (Add some tests)
"""
parser = ArgumentParser(
formatter_class=CustomHelpFormatter,
Expand All @@ -66,11 +58,7 @@ def test_too_many_string(
"""Test an argument with too many option strings.
Args:
<<<<<<< HEAD
monkeypatch: Pytest fixture.
=======
monkeypatch (pytest.MonkeyPatch): Pytest fixture.
>>>>>>> 556acba (Add some tests)
"""
monkeypatch.setattr("sys.argv", ["prog", "--help"])

Expand All @@ -92,11 +80,7 @@ def test_group_no_title(capsys: pytest.CaptureFixture[str]) -> None:
"""Test a group without a title.
Args:
<<<<<<< HEAD
capsys: Pytest fixture.
=======
capsys (pytest.CaptureFixture[str]): Pytest fixture.
>>>>>>> 556acba (Add some tests)
"""
parser = ArgumentParser(
formatter_class=CustomHelpFormatter,
Expand Down

0 comments on commit b23d7d2

Please sign in to comment.