Skip to content
Snippets Groups Projects
Commit d3fd6ac1 authored by Jay Zoldak's avatar Jay Zoldak
Browse files

Clarify the syntax of the rake fasttest command

parent e428e9cb
No related merge requests found
......@@ -42,8 +42,12 @@ This runs all the tests (long, uses collectstatic):
If if you aren't changing static files, can run `rake test` once, then run
rake fasttest_{lms,cms}
rake fasttest_lms
or
rake fasttest_cms
xmodule can be tested independently, with this:
rake test_common/lib/xmodule
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment