Skip to content

Commit

Permalink
Improved documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye Russell committed Jul 7, 2016
1 parent a7c9757 commit fa3458a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion thecut/emailfield/tests/test_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

class TestEmailFormField(TestCase):

"""Tests for the EmailField form field."""
"""Tests for the :py:class:`thecut.emailfield.models.EmailField`
model field."""

@patch('dns.resolver.query')
def test_rejects_domain_without_mx_record(self, fake_query):
Expand Down
3 changes: 2 additions & 1 deletion thecut/emailfield/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

class TestEmailModelField(TestCase):

"""Tests for the EmailField model field."""
"""Tests for the :py:class:`thecut.emailfield.models.EmailField`
model field."""

@patch('dns.resolver.query')
def test_rejects_domain_without_mx_record(self, fake_query):
Expand Down

0 comments on commit fa3458a

Please sign in to comment.