Skip to content

Commit de5c24e

Browse files
committed
Merge pull request #692 from toffer/rtd-tests-housekeeping
rtd_tests housekeeping
2 parents b821a61 + 5f880be commit de5c24e

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed
File renamed without changes.

readthedocs/rtd_tests/mocks/__init__.py

Whitespace-only changes.

readthedocs/rtd_tests/tests/test_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from django.contrib.admin.models import User
44

55
from projects.models import Project
6-
from rtd_tests.tests.base import RTDTestCase
6+
from rtd_tests.base import RTDTestCase
77

88
from rtd_tests.utils import make_test_git, make_test_hg
99

readthedocs/rtd_tests/tests/test_celery.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from projects import tasks
99

1010
from rtd_tests.utils import make_test_git
11-
from rtd_tests.tests.base import RTDTestCase
12-
from rtd_tests.tests.mock_api import MockApi
11+
from rtd_tests.base import RTDTestCase
12+
from rtd_tests.mocks.mock_api import MockApi
1313

1414

1515
class TestCeleryBuilding(RTDTestCase):

readthedocs/rtd_tests/tests/test_doc_building.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from projects.models import Project
66

77
from rtd_tests.utils import make_test_git
8-
from rtd_tests.tests.base import RTDTestCase
8+
from rtd_tests.base import RTDTestCase
99

1010

1111
class TestBuilding(RTDTestCase):

readthedocs/rtd_tests/tests/test_search_json_parsing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from search.parse_json import process_file
66

7-
base_dir = os.path.dirname(__file__)
7+
base_dir = os.path.dirname(os.path.dirname(__file__))
88

99
class TestHacks(TestCase):
1010

0 commit comments

Comments
 (0)