Files
skelly/tests
Vladimir nett00n Budylnikov ea8c85d7ad feature/match3/move-gems (#7)
Reviewed-on: #7
Co-authored-by: Vladimir nett00n Budylnikov <git@nett00n.org>
Co-committed-by: Vladimir nett00n Budylnikov <git@nett00n.org>
2025-09-25 11:48:08 +02:00
..
2025-09-24 09:33:47 +02:00
2025-09-24 09:33:47 +02:00

Tests Directory

This directory contains test scripts and validation utilities for the Skelly project.

Documentation

For complete testing guidelines, conventions, and usage instructions, see: docs/TESTING.md

Current Files

  • test_logging.gd - Comprehensive logging system validation script

Quick Usage

# Add as temporary autoload or run in scene
var test_script = preload("res://tests/test_logging.gd").new()
add_child(test_script)

See docs/TESTING.md for detailed usage instructions and conventions.