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

Function makeTestExecutor

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

Source from the content-addressed store, hash-verified

235 );
236
237export const makeTestExecutor = <const TPlugins extends readonly AnyPlugin[] = readonly []>(
238 options?: TestConfigOptions<TPlugins>,
239) => makeTestWorkspaceHarness(options).pipe(Effect.map(({ executor }) => executor));
240
241/** Built-in in-memory writable credential provider, contributed as a plugin
242 * so tests always have a default writable store for inline connection values. */

Callers 9

setupFunction · 0.90
artifacts.test.tsFile · 0.70
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 4

setupFunction · 0.72
setupFunction · 0.56
setupFunction · 0.56
setupExecutorFunction · 0.56