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

Function makeTestExecutor

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

Source from the content-addressed store, hash-verified

240 );
241
242export const makeTestExecutor = <const TPlugins extends readonly AnyPlugin[] = readonly []>(
243 options?: TestConfigOptions<TPlugins>,
244) => makeTestWorkspaceHarness(options).pipe(Effect.map(({ executor }) => executor));
245
246/** Built-in in-memory writable credential provider, contributed as a plugin
247 * 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