mirror of
https://github.com/django/django.git
synced 2025-09-09 20:16:32 +00:00
Removed empty setUp() in admindocs tests.
This commit is contained in:
parent
b8763fc0a4
commit
26c2a6ff88
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue