eo test
eo test
Runs unit test
Synopsis
The test command executes the ci/unittest.sh script in the appropriate context: - If running inside a devcontainer, executes unittest.sh directly - If not in devcontainer but devcontainer exists, executes unittest.sh inside devcontainer - If no devcontainer exists, executes unittest.sh in host environment
With --optimize flag, only runs tests affected by changed files.
Options
--compare string Specify a custom hash/branch/revspec to compare against (used with --optimize)
-h, --help help for test
--optimize Run tests tied to changed files by comparing to the latest commit
SEE ALSO
- eo - EmbedOps CLI