MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / makeTestExecutor

Function makeTestExecutor

packages/core/sdk/src/test-config.ts:222–224  ·  view source on GitHub ↗
(
  options?: TestConfigOptions<TPlugins>,
)

Source from the content-addressed store, hash-verified

220 );
221
222export const makeTestExecutor = <const TPlugins extends readonly AnyPlugin[] = readonly []>(
223 options?: TestConfigOptions<TPlugins>,
224) => makeTestWorkspaceHarness(options).pipe(Effect.map(({ executor }) => executor));
225
226/** Built-in in-memory writable credential provider, contributed as a plugin
227 * so tests always have a default writable store for inline connection values. */

Callers 6

setupFunction · 0.70
executor.test.tsFile · 0.70
setupFunction · 0.70
setupExecutorFunction · 0.70
policies.test.tsFile · 0.70

Calls 1

makeTestWorkspaceHarnessFunction · 0.85

Tested by 3

setupFunction · 0.56
setupFunction · 0.56
setupExecutorFunction · 0.56