Skip to content

Commit

Permalink
cleanup #1
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Apr 8, 2024
1 parent fc9b06b commit 54196b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from cmethods import cli


@pytest.mark.wip()
@pytest.mark.parametrize(
("method", "kind", "exclusive"),
[
Expand Down Expand Up @@ -71,7 +70,6 @@ def test_cli_runner(
assert phrase in caplog.text


@pytest.mark.wip()
def test_cli_runner_missing_variable(
cli_runner: CliRunner,
caplog: pytest.LogCaptureFixture,
Expand Down

0 comments on commit 54196b9

Please sign in to comment.