Skip to content

Commit

Permalink
Move authorizenet.tests app to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Jun 11, 2013
1 parent 467cd0f commit 8586548
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
@@ -1,4 +1,4 @@
[run]
include = authorizenet/*
omit = authorizenet/tests/*
omit = tests/*
branch = 1
4 changes: 2 additions & 2 deletions runtests.py
Expand Up @@ -14,11 +14,11 @@
'django.contrib.contenttypes',
'django.contrib.auth',
'django.contrib.sessions',
'authorizenet.tests',
'tests',
'authorizenet',
'authorizenet.customers',
),
ROOT_URLCONF='authorizenet.tests.urls',
ROOT_URLCONF='tests.urls',
STATIC_URL='/static/',
DATABASES={'default': {'ENGINE': 'django.db.backends.sqlite3'}},
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion authorizenet/tests/views.py → tests/views.py
Expand Up @@ -3,7 +3,7 @@


from httmock import HTTMock
from authorizenet.tests.tests import cim_url_match, success_response
from .mocks import cim_url_match, success_response


@cim_url_match
Expand Down

0 comments on commit 8586548

Please sign in to comment.