Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed May 18, 2021
1 parent b6d1aac commit e2394a2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/test_bootstrap3.py
Expand Up @@ -4,7 +4,7 @@


class Bootstrap3Test(TestCase):
"""Test Bootstrap3Renderer."""
"""Test Bootstrap 3 Renderer."""

def test_icons(self):
self.assertEqual(
Expand Down
2 changes: 1 addition & 1 deletion tests/test_fontawesome4.py
Expand Up @@ -4,7 +4,7 @@


class FontAwesome4Test(TestCase):
"""Test FontAwesome4Renderer."""
"""Test the FontAwesome 4 Renderer."""

def test_icons(self):
self.assertEqual(
Expand Down
2 changes: 0 additions & 2 deletions tests/test_icon.py
@@ -1,5 +1,3 @@
from unittest import TestCase

from django.test import TestCase
from django.utils import translation
from django.utils.translation import gettext_lazy as _
Expand Down
2 changes: 1 addition & 1 deletion tests/test_material.py
Expand Up @@ -4,7 +4,7 @@


class MaterialTest(TestCase):
"""Test MaterialRenderer."""
"""Test the Material Design Renderer."""

def test_icons(self):
self.assertEqual(
Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py
Expand Up @@ -5,7 +5,7 @@


class UtilsTest(TestCase):
"""Test the Font Awesome Renderer."""
"""Test the utility functions."""

def test_get_setting(self):
with self.settings(DJANGO_ICONS=None):
Expand Down

0 comments on commit e2394a2

Please sign in to comment.