Skip to content

Commit f83d313

Browse files
test: test cases for .exe suffix
1 parent 8cc5a60 commit f83d313

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_install.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import vvm
2+
3+
4+
def test_get_installed_vyper_versions(all_versions):
5+
assert "exe" not in str(all_versions)
6+
assert all_versions in vvm.install.get_installed_vyper_versions()

0 commit comments

Comments
 (0)