Commit b1b93e71 by Vik Paruchuri

Merge remote-tracking branch 'origin/master' into feature/vik/oe-editor

parents e17276ad 519ddc02
...@@ -88,7 +88,7 @@ because the `capa` package handles problem XML. ...@@ -88,7 +88,7 @@ because the `capa` package handles problem XML.
Before running tests, ensure that you have all the dependencies. You can install dependencies using: Before running tests, ensure that you have all the dependencies. You can install dependencies using:
pip install -r requirements.txt rake install_prereqs
## Running Python Unit tests ## Running Python Unit tests
...@@ -183,12 +183,6 @@ To start the debugger on failure, add the `--pdb` option: ...@@ -183,12 +183,6 @@ To start the debugger on failure, add the `--pdb` option:
To run tests faster by not collecting static files, you can use To run tests faster by not collecting static files, you can use
`rake fasttest_acceptance_lms` and `rake fasttest_acceptance_cms`. `rake fasttest_acceptance_lms` and `rake fasttest_acceptance_cms`.
**Troubleshooting**: If you get an error message that says something about harvest not being a command, you probably are missing a requirement.
Try running:
pip install -r requirements.txt
**Note**: The acceptance tests can *not* currently run in parallel. **Note**: The acceptance tests can *not* currently run in parallel.
## Viewing Test Coverage ## Viewing Test Coverage
......
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