Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed May 23, 2024
1 parent af1418d commit 51b52d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,3 +324,8 @@ def test_guess_interpreter(
):
with pytest.raises(error) if error else nullcontext():
assert build.guess_interpreter(script) == interpreter


def test_check_external():
with pytest.deprecated_call():
build.check_external()

0 comments on commit 51b52d3

Please sign in to comment.