summaryrefslogtreecommitdiff
path: root/tests/admin_docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2018-11-23 20:20:04 -0500
committerTim Graham <timograham@gmail.com>2018-11-26 10:24:01 -0500
commit26c2a6ff883a213b4dcadf4411740aff866153ac (patch)
tree3bc3f8d62d31da5f6c6638b3ce067b87787eed0e /tests/admin_docs
parentb8763fc0a42e6e80146ec59501e8e4dd1ceb8966 (diff)
downloaddjango-26c2a6ff883a213b4dcadf4411740aff866153ac.tar.gz
Removed empty setUp() in admindocs tests.
Diffstat (limited to 'tests/admin_docs')
-rw-r--r--tests/admin_docs/test_views.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/admin_docs/test_views.py b/tests/admin_docs/test_views.py
index 05e1f6b329..bcadff7d8a 100644
--- a/tests/admin_docs/test_views.py
+++ b/tests/admin_docs/test_views.py
@@ -323,9 +323,6 @@ class DescriptionLackingField(models.Field):
class TestFieldType(unittest.TestCase):
- def setUp(self):
- pass
-
def test_field_name(self):
with self.assertRaises(AttributeError):
views.get_readable_field_data_type("NotAField")