sunder/tests
2026-02-22 17:14:15 -05:00
..
README.md first commit 🎉 2026-02-18 18:33:17 -05:00
test_flag.gd first commit 🎉 2026-02-18 18:33:17 -05:00
test_flag.gd.uid first commit 🎉 2026-02-18 18:33:17 -05:00
test_health.gd fix signal name 2026-02-22 17:14:15 -05:00
test_health.gd.uid first commit 🎉 2026-02-18 18:33:17 -05:00
test_motion.gd first commit 🎉 2026-02-18 18:33:17 -05:00
test_motion.gd.uid first commit 🎉 2026-02-18 18:33:17 -05:00
test_scoreboard.gd first commit 🎉 2026-02-18 18:33:17 -05:00
test_scoreboard.gd.uid first commit 🎉 2026-02-18 18:33:17 -05:00
test_scoreboard_deathmatch_scoring.gd first commit 🎉 2026-02-18 18:33:17 -05:00
test_scoreboard_deathmatch_scoring.gd.uid first commit 🎉 2026-02-18 18:33:17 -05:00
test_teams.gd first commit 🎉 2026-02-18 18:33:17 -05:00
test_teams.gd.uid first commit 🎉 2026-02-18 18:33:17 -05:00
test_teams_scoreboard.gd first commit 🎉 2026-02-18 18:33:17 -05:00
test_teams_scoreboard.gd.uid first commit 🎉 2026-02-18 18:33:17 -05:00

run all tests with:

godot --headless -s addons/gut/gut_cmdln.gd -gdir tests/ -gexit

run a specific test with:

godot --headless -s addons/gut/gut_cmdln.gd -gtest tests/test_mytest.gd -gexit