Skip to content

Instantly share code, notes, and snippets.

@klen
Created July 20, 2011 08:53
Show Gist options
  • Save klen/1094607 to your computer and use it in GitHub Desktop.
Save klen/1094607 to your computer and use it in GitHub Desktop.
# 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