We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9140a57 commit f902d65Copy full SHA for f902d65
readthedocs/rtd_tests/tests/test_managers.py
@@ -152,14 +152,14 @@ def setUp(self):
152
)
153
self.internal_html_files = HTMLFile.objects.exclude(version__type=PULL_REQUEST)
154
155
- def test_internal_html_file_manager(self):
+ def test_internal_html_file_queryset(self):
156
"""
157
It will exclude PULL_REQUEST type Version html files from the queries
158
and only include BRANCH, TAG, UNKONWN type Version files.
159
160
self.assertNotIn(self.html_file, HTMLFile.objects.internal())
161
162
- def test_external_html_file_manager(self):
+ def test_external_html_file_queryset(self):
163
164
It will only include PULL_REQUEST type Version html files in the queries.
165
0 commit comments