Commit d54e1cfa by Renzo Lucioni

Merge pull request #11693 from edx/renzo/update-testing-docs

Document use of --disable-migrations flag
parents 447c189d 86371985
......@@ -167,6 +167,12 @@ To run these tests without ``collectstatic``, which is faster, append the follow
paver test_system -s lms --fasttest
For even more speed, use the ``--disable-migrations`` option to run tests without applying migrations and instead create tables directly from apps' models.
::
paver test_system -s lms --disable-migrations
To run cms python tests without ``collectstatic`` use this command.
::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment