Skip to content

Commit 43624fd

Browse files
committed
fix: Dropping terrain related config and docs.
The terrain app and its stub servers were removed as a part of #36102 but these last few things got missed.
1 parent 1593923 commit 43624fd

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.coveragerc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ omit =
2222
lms/envs/*
2323
lms/djangoapps/*/migrations/*
2424
lms/djangoapps/*/features/*
25-
common/djangoapps/terrain/*
2625
common/djangoapps/*/migrations/*
2726
openedx/core/djangoapps/*/migrations/*
2827
openedx/core/djangoapps/debug/*

.coveragerc-local

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ omit =
2121
lms/envs/*
2222
lms/djangoapps/*/migrations/*
2323
lms/djangoapps/*/features/*
24-
common/djangoapps/terrain/*
2524
common/djangoapps/*/migrations/*
2625
openedx/core/djangoapps/*/migrations/*
2726
openedx/core/djangoapps/debug/*

docs/concepts/testing/testing.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,6 @@ Use this command to generate an HTML report::
226226

227227
The report is then saved in reports/xmodule/cover/index.html
228228

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-
236229

237230
Handling flaky unit tests
238231
=========================

0 commit comments

Comments
 (0)