Skip to content

Commit

Permalink
Rename some tests to make the naming more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
EnTeQuAk committed Apr 22, 2014
1 parent 17c7cc6 commit dc321da
Show file tree
Hide file tree
Showing 33 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,6 +1,6 @@
import pytest

from mailme.tests.factories.core import UserFactory
from mailme.tests.factories.user import UserFactory


@pytest.mark.django_db
Expand Down
2 changes: 1 addition & 1 deletion src/mailme/tests/web/test_social.py
Expand Up @@ -10,7 +10,7 @@
from mailme.models.user import User
from mailme.testutils import get_messages_from_cookie

from mailme.tests.factories.core import profile_complete_form_data, UserFactory
from mailme.tests.factories.user import profile_complete_form_data, UserFactory
from mailme.tests.web.fixtures import facebook_auth, twitter_auth, google_auth # noqa


Expand Down
2 changes: 1 addition & 1 deletion src/mailme/utils/logging.py
@@ -1,4 +1,4 @@
#-*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
import logging
import inspect

Expand Down

0 comments on commit dc321da

Please sign in to comment.