File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 22
22
lms/envs/*
23
23
lms/djangoapps/*/migrations/*
24
24
lms/djangoapps/*/features/*
25
- common/djangoapps/terrain/*
26
25
common/djangoapps/*/migrations/*
27
26
openedx/core/djangoapps/*/migrations/*
28
27
openedx/core/djangoapps/debug/*
Original file line number Diff line number Diff line change 21
21
lms/envs/*
22
22
lms/djangoapps/*/migrations/*
23
23
lms/djangoapps/*/features/*
24
- common/djangoapps/terrain/*
25
24
common/djangoapps/*/migrations/*
26
25
openedx/core/djangoapps/*/migrations/*
27
26
openedx/core/djangoapps/debug/*
Original file line number Diff line number Diff line change @@ -226,13 +226,6 @@ Use this command to generate an HTML report::
226
226
227
227
The report is then saved in reports/xmodule/cover/index.html
228
228
229
- To run tests for stub servers, for example for `YouTube stub server `_, you can
230
- run one of these commands::
231
-
232
- pytest --ds=cms.env.test common/djangoapps/terrain/stubs/tests/test_youtube_stub.py
233
-
234
- .. _YouTube stub server : https://github.com/openedx/edx-platform/blob/master/common/djangoapps/terrain/stubs/tests/test_youtube_stub.py
235
-
236
229
237
230
Handling flaky unit tests
238
231
=========================
You can’t perform that action at this time.
0 commit comments