Files
Vladimir nett00n Budylnikov 35ee2f9a5e
Some checks failed
Continuous Integration / Code Formatting (push) Successful in 33s
Continuous Integration / Code Quality Check (push) Successful in 28s
Continuous Integration / Test Execution (push) Failing after 16s
Continuous Integration / CI Summary (push) Failing after 3s
format
2025-10-01 15:35:34 +04:00
..
2025-09-27 21:45:55 +04:00
2025-09-30 00:09:55 +04:00
2025-10-01 15:35:34 +04:00
2025-10-01 15:35:34 +04:00
2025-09-30 00:09:55 +04:00
2025-10-01 15:35:34 +04:00
2025-10-01 15:35:34 +04:00
2025-10-01 15:35:34 +04:00
2025-10-01 15:35:34 +04:00
2025-10-01 15:35:34 +04:00
2025-09-30 00:09:55 +04:00
2025-10-01 15:35:34 +04: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

  • TestLogging.gd - Comprehensive logging system validation script

Quick Usage

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

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