/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
use Result;
use Context as ExecutionContext;
use crateOutput;
use crateTestCase;
/// A thing that runs the shell expression of a single [`crate::testcase::TestCase`]
/// within the given [`crate::executors::context::Context`].