
Create MySQL database before starting tests and cleanup after that. MySQL database is able to work in standalone mode where establish connection using a Unix domain socket. This patch makes it possible to perform functional tests with `tox -e py27-func-mysql`. If an enviroment variable REFSTACK_TEST_MYSQL_URL is set then tests will run with it and a database will not be created. Update test requirements. Change-Id: I0cdba19701bbf06109e78f78f275038caeecd881
9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
pep8==1.5.7
|
|
pyflakes==0.8.1
|
|
flake8==2.2.4
|
|
oslotest>=1.2.0 # Apache-2.0
|
|
python-subunit>=0.0.18
|
|
testrepository>=0.0.18
|
|
testtools>=0.9.34
|
|
mysqlclient
|