Skip to content

Commit

Permalink
update docs for test in REPL (JuliaLang#3924)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarthur authored Jun 13, 2024
1 parent 7f6eb8b commit db8ce89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/REPLMode/command_declarations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ PSA[:name => "test",
:completions => get_complete_function(:complete_installed_packages),
:description => "run tests for packages",
:help => md"""
test [--coverage] pkg[=uuid] ...
test [--coverage] [pkg[=uuid]] ...
Run the tests for package `pkg`. This is done by running the file `test/runtests.jl`
Run the tests for package `pkg`, or for the current project (which thus needs to be
a package) if `pkg` is ommitted. This is done by running the file `test/runtests.jl`
in the package directory. The option `--coverage` can be used to run the tests with
coverage enabled. The `startup.jl` file is disabled during testing unless
julia is started with `--startup-file=yes`.
Expand Down

0 comments on commit db8ce89

Please sign in to comment.