https://github.com/blazium-games/justamcp_module_tests
A test suite and example project for the Justamcp module built for the Blazium Engine.
https://github.com/blazium-games/justamcp_module_tests
autowork blazium cpp godot justamcp testing
Last synced: 2 days ago
JSON representation
A test suite and example project for the Justamcp module built for the Blazium Engine.
- Host: GitHub
- URL: https://github.com/blazium-games/justamcp_module_tests
- Owner: blazium-games
- License: mit
- Created: 2026-04-16T03:45:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-23T15:42:05.000Z (13 days ago)
- Last Synced: 2026-06-23T17:26:29.195Z (13 days ago)
- Topics: autowork, blazium, cpp, godot, justamcp, testing
- Language: GDScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Justamcp Module Tests
A test suite and example project for the **Justamcp** module built for the Blazium Engine.
## Features
- Fully integrated with the native C++ **Autowork** testing framework.
- Executes tests in headless mode.
## Running Tests
To run the test suite natively:
```bash
blazium --headless -s run_tests.gd
```