Skip to content

Instantly share code, notes, and snippets.

@termie
Created April 24, 2013 17:49
Show Gist options
  • Select an option

  • Save termie/5454071 to your computer and use it in GitHub Desktop.

Select an option

Save termie/5454071 to your computer and use it in GitHub Desktop.
import test_backend_sql
class MysqlIdentityTests(test_backend_sql.SqlIdentityTests):
def setUp(self):
if not os.path.exists('../my_test_mysql.conf'):
raise SkipTest('no test_mysql.conf defined')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment