Files
skelly/tests
Gitea Actions 1f1c394587 🎨 Auto-format GDScript code
Automated formatting applied by tools/run_development.py

🤖 Generated by Gitea Actions
Workflow: Continuous Integration
Run: http://server:3000/nett00n/skelly/actions/runs/90
2025-10-01 11:05:19 +00:00
..
2025-09-27 21:45:55 +04:00
2025-09-30 00:09:55 +04:00
2025-10-01 11:05:19 +00:00
2025-10-01 11:05:19 +00:00
2025-09-30 00:09:55 +04:00
2025-10-01 11:05:19 +00:00
2025-10-01 11:05:19 +00:00
2025-10-01 11:05:19 +00:00
2025-10-01 11:05:19 +00:00
2025-09-30 00:09:55 +04:00
2025-10-01 11:05:19 +00: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.