Files
skelly/tests
Vladimir nett00n Budylnikov eb99c6a18e
Some checks failed
Continuous Integration / Code Formatting (pull_request) Successful in 27s
Continuous Integration / Code Quality Check (pull_request) Successful in 29s
Continuous Integration / Test Execution (pull_request) Failing after 33s
Continuous Integration / CI Summary (pull_request) Failing after 5s
lint fixes
2025-09-28 19:16:20 +04:00
..
2025-09-27 21:45:55 +04:00
2025-09-24 09:33:47 +02:00
2025-09-28 19:16:20 +04:00
2025-09-27 12:17:14 +04:00
2025-09-28 19:16:20 +04:00
2025-09-27 12:17:14 +04:00
2025-09-28 19:16:20 +04:00
2025-09-27 12:17:14 +04:00
2025-09-28 19:16:20 +04:00
2025-09-28 19:16:20 +04:00
2025-09-28 19:16:20 +04:00
2025-09-27 21:45:55 +04:00
2025-09-28 19:16:20 +04:00
2025-09-27 12:17:14 +04:00
2025-09-28 19:16:20 +04:00
2025-09-27 12:17:14 +04:00
2025-09-28 19:16:20 +04:00
2025-09-27 12:17:14 +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

  • 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.