Skip to content

Commit

Permalink
tests: verify env is 'uv'
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Feb 20, 2024
1 parent 80ab56d commit 1a04423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_virtualenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ def test_uv_creation(make_one):
assert venv.venv_backend == "uv"

venv.create()
assert venv._check_reused_environment_type()


def test_constructor_defaults(make_one):
Expand Down

0 comments on commit 1a04423

Please sign in to comment.