Created
July 20, 2011 08:53
-
-
Save klen/1094607 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Import here tests from project apps | |
# Main tests | |
# ---------- | |
from main.tests.base import * | |
# Order process | |
from main.tests.order import * | |
# Other main tests | |
from main.tests.phonenumber import * | |
from main.tests.models import * | |
from main.tests.offer import * | |
from main.tests.signals import * | |
from main.tests.statuses import * | |
# Push tests | |
# ---------- | |
from push.tests import * | |
# Routing tests | |
# ------------- | |
from routing.tests import * | |
# API tests | |
# --------- | |
from api.tests import * | |
# Billing tests | |
# ------------- | |
from billing.tests import * | |
# Metric tests | |
# ------------ | |
from metric.tests import * | |
# Geo tests | |
# --------- | |
from geo.tests import * | |
# Demo tests | |
# ---------- | |
from demo.tests import * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment