Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Created March 30, 2012 15:06
Show Gist options
  • Select an option

  • Save mattdeboard/2252160 to your computer and use it in GitHub Desktop.

Select an option

Save mattdeboard/2252160 to your computer and use it in GitHub Desktop.
Django test-specific constants
BASE_PATH = os.path.dirname(__file__)
TEST_DISCOVERY_ROOT = os.path.join(BASE_PATH, "tests")
TEST_RUNNER = "tests.runner.DiscoveryDjangoTestSuiteRunner"
SOUTH_TESTS_MIGRATE = False
SKIP_SOUTH_TESTS = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment