Rename util functions

This commit is contained in:
2023-09-04 15:23:43 +02:00
parent a4ec17b5c3
commit aafa05df7a
3 changed files with 18 additions and 19 deletions
+3 -4
View File
@@ -22,10 +22,9 @@ local env_ok = false
local dap = nil
local function check_env()
utils.exec("Asdf")
utils.assert_available("python3")
utils.assert_python3_module("debugpy")
utils.assert_python3_module("pytest")
utils.assert_installed("python3")
utils.python3_module_installed("debugpy")
utils.python3_module_installed("pytest")
env_ok = true
end