Yves-Marie Haussonne 589a40222b refactor(tests): reorganize tests based on player involvement
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.
2024-10-01 07:41:15 +02:00

11 lines
104 B
Lua

globals = {
"factions",
"factions_ext",
"playerfactions"
}
read_globals = {
"minetest",
"table"
}