File: mysql.cfg

package info (click to toggle)
zope.sqlalchemy 3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: python: 981; makefile: 8
file content (16 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# bin/buildout -c mysql.cfg
# mysql -u root -e "create database zope_sqlalchemy_tests"
[buildout]
extends = buildout.cfg
parts +=
    testmysql

[test]
eggs += pymysql

[testmysql]
<= test
environment = mysqlenv

[mysqlenv]
TEST_DSN = mysql+pymysql:///zope_sqlalchemy_tests