Skip to content

Instantly share code, notes, and snippets.

@wilig
Created October 27, 2010 13:27
Show Gist options
  • Save wilig/649026 to your computer and use it in GitHub Desktop.
Save wilig/649026 to your computer and use it in GitHub Desktop.
test_init_file = "/".join(__file__.split('/')[:-3])+"/test.ini"
if not os.path.isfile(test_init_file):
print "Expected "+test_init_file+" to be present."
exit(-1)
SetupCommand('setup-app').run([test_init_file])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment