589a40222b
Reorganized test cases into simpler server-side tests and tests involving player actions. Introduced new functions to provision player names, register outcomes, and manage player data for testing purposes.
11 lines
104 B
Lua
11 lines
104 B
Lua
globals = {
|
|
"factions",
|
|
"factions_ext",
|
|
"playerfactions"
|
|
}
|
|
|
|
read_globals = {
|
|
"minetest",
|
|
"table"
|
|
}
|