We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.exe
1 parent 8cc5a60 commit f83d313Copy full SHA for f83d313
tests/test_install.py
@@ -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