diff --git a/docs/usage.md b/docs/usage.md index 43fb3d43..6eea5f71 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -297,12 +297,14 @@ Allow you to run tests in an isolated container for an app or a lib. If args are passed, default arguments are dropped Usage: - test [] [...] [--recreate] + test [options] [] [...] Options: Name of the test suite you would like to run + If `all` is specified, all suites in the spec will be run A list of arguments to be passed to the test script --recreate Ensures that the testing image will be recreated + --no-pull Do not pull dusty managed repos from remotes. Examples: To call test suite frontend with default arguments: diff --git a/dusty/cli/test.py b/dusty/cli/test.py index 3e29c6d6..db5c5fd1 100644 --- a/dusty/cli/test.py +++ b/dusty/cli/test.py @@ -2,7 +2,7 @@ If args are passed, default arguments are dropped Usage: - test [options] [] [...] [--recreate] [--no-pull] + test [options] [] [...] Options: Name of the test suite you would like to run