]> git.lizzy.rs Git - worldedit.git/commit
Add automated tests for WorldEdit API functions that run under CI
authorsfan5 <sfan5@live.de>
Mon, 20 Sep 2021 21:00:21 +0000 (23:00 +0200)
committersfan5 <sfan5@live.de>
Mon, 20 Sep 2021 21:10:04 +0000 (23:10 +0200)
commit770601dd5d6ed899c191aff4be2a94a8722b3b1b
treed9a56eb46ca0c3cecc6f31c9cf562ee0122aab53
parent2f2f5a7defeb1b5be973b4b1e0eba3e055ad8a6f
Add automated tests for WorldEdit API functions that run under CI

uses a real Minetest instance (Docker)
currently covers most basic manipulations
.github/workflows/test.yml [new file with mode: 0644]
util/run_tests.sh [new file with mode: 0755]
worldedit/init.lua
worldedit/test.lua [new file with mode: 0644]