Commit 8e62f837 by Will Daly

Merge pull request #425 from edx/will/update-test-example-readme

Update test call in README
parents 2a75972c 5e277528
......@@ -71,11 +71,11 @@ To run the Python and Javascript unit test suites:
./scripts/test.sh
To limit Python tests to a particular Django app:
To limit Python tests to a particular module:
.. code:: bash
./scripts/test-python.sh openassessment.xblock
./scripts/test-python.sh openassessment/xblock/test/test_openassessment.py
To run just the JavaScript tests:
......
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