aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-14 16:27:54 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-14 16:27:54 -0500
commitaa611fff136a4d401af475e3fe1ca4da877a23d0 (patch)
treeba979cc0fd2338d5ce8a58eba182fa5daae8a7b8 /t
parent9dbb35d453f0afe2712140f9692107419073de13 (diff)
downloadlite-xl-plugin-manager-aa611fff136a4d401af475e3fe1ca4da877a23d0.tar.gz
lite-xl-plugin-manager-aa611fff136a4d401af475e3fe1ca4da877a23d0.zip
Added new test, and made already installed things be warnings, rather than errors.v0.999
Diffstat (limited to 't')
-rw-r--r--t/run.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/run.lua b/t/run.lua
index 265d2aa..679d72f 100644
--- a/t/run.lua
+++ b/t/run.lua
@@ -82,6 +82,9 @@ local tests = {
local results = json.decode(io.open("manifest.json", "rb"):read("*all"))
assert(#results["remotes"] == 2)
assert(#results["addons"] == 2)
+ end,
+ ["08_install_many"] = function()
+ lpm("install encoding gitblame gitstatus language_ts lsp minimap")
end
}