Commit df83f527 by Julia Hansbrough

Merge pull request #4766 from edx/flowerhack/update-testing-md

Update testing.md
parents e7fbf132 f06c99fe
......@@ -361,6 +361,13 @@ To view test coverage:
generates HTML and XML (Cobertura format) reports.
## Code Style Quality
To view code style quality (e.g. pep8 and pylint violations):
paver run_quality
## Testing using queue servers
When testing problems that use a queue server on AWS (e.g. sandbox-xqueue.edx.org), you'll need to run your server on your public IP, like so.
......
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