Skip to content

Commit

Permalink
tests: do not assume the folder is named repo-review (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Apr 4, 2024
1 parent 69f41da commit 0b6533d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_cmd_pyproject():


def test_cmd_dual():
subprocess.run(["repo-review", "../repo-review", "../repo-review"], check=True)
subprocess.run(["repo-review", "tests/..", "."], check=True)


def test_cmd_html():
Expand Down

0 comments on commit 0b6533d

Please sign in to comment.