mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-17 10:36:10 +02:00
fix: bypass GateGuard file gates in subagents (#1710)
This commit is contained in:
parent
f8a0c4f884
commit
7b964402ee
11 changed files with 200 additions and 15 deletions
|
|
@ -6,7 +6,7 @@ Use the testing patterns described here when writing units tests for your tinyst
|
|||
|
||||
## How It Works
|
||||
|
||||
Testing tinystruct applications requires a specific setup to ensure framework-level features like annotation processing and configuration management are active. By creating a new instance of your application and passing it a `Settings` object in the `setUp()` method, you trigger the `init()` lifecycle. This ensures all `@Action` methods are discovered and registered.
|
||||
Testing tinystruct applications requires a specific setup to ensure framework-level features like annotation processing and configuration management are active. By creating a new instance of your application and passing it a `Settings` object in the `setUp()` method, you trigger the `init()` lifecycle. This ensures all `@Action` methods are discovered and registered.
|
||||
|
||||
Because the `ActionRegistry` is a singleton, it is critical to maintain isolation between tests by properly initializing your application state before each test execution, preventing side effects from leaking across the test suite.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue