Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
49a2369e
Commit
49a2369e
authored
Jun 18, 2014
by
clytwynec
Committed by
Christine Lytwynec
Jun 19, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update testing.md
parent
d6ed01bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
docs/en_us/internal/testing.md
+6
-6
No files found.
docs/en_us/internal/testing.md
View file @
49a2369e
...
...
@@ -239,29 +239,29 @@ the supported development enviornment for the edX Platform.
To run all the bok choy acceptance tests:
rake test:bok_
choy
paver test_bok
choy
Once the database has been set up and the static files collected, you can use the 'fast'
option to skip those tasks. This option can also be used with any of the test specs below:
rake test:bok_choy:fa
st
paver test_bokchoy --fastte
st
To run single test, specify the name of the test file. For example:
rake test:bok_choy[test_lms.py]
paver test_bokchoy -t test_lms.py
To run single test faster by not repeating setup tasks:
rake test:bok_choy:fast[test_lms.py]
paver test_bokchoy -t test_lms.py --fasttest
To test only a certain feature, specify the file and the testcase class:
rake test:bok_choy:fast[test_lms.py:RegistrationTest]
paver test_bokchoy -t test_lms.py:RegistrationTest
To execute only a certain test case, specify the file name, class, and
test case method:
rake test:bok_choy:fast[test_lms.py:RegistrationTest.test_register]
paver test_bokchoy -t test_lms.py:RegistrationTest.test_register
During acceptance test execution, log files and also screenshots of failed tests
are captured in test_root/log.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment