Fixed upload test. Also added information to testing.md

This commit is contained in:
JonahStanley
2013-08-08 11:32:30 -04:00
parent 36b889349d
commit e8b2789409
2 changed files with 10 additions and 6 deletions

View File

@@ -196,7 +196,11 @@ To run all the acceptance tests:
To test only a specific feature:
rake test_acceptance_lms[lms/djangoapps/courseware/features/problems.feature]
rake test_acceptance_lms["lms/djangoapps/courseware/features/problems.feature"]
To test only a specific scenario
rake test_acceptance_lms["lms/djangoapps/courseware/features/problems.feature -s 3"]
To start the debugger on failure, add the `--pdb` option: