subunit2sql/test-requirements.txt
Matthew Treinish 51a06bb7e3 Add migration tests with data
This commit adds a test class based on the glance test_migrations code
and using some of the code from the WIP oslo.db alembic migration test
mixin.[1] This framework will run the migrations against a real db and
using _pre_upgrade*, _post_upgrade*, and _check* methods data can be
injected and validated during migrations.

[1] https://review.openstack.org/99965

Change-Id: Idb8f203e9e0c721cc3459af2aa75d3c0b20b48fa
2014-09-30 21:07:06 -04:00

12 lines
164 B
Plaintext

hacking>=0.9.2,<0.10
coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
sphinx>=1.1.2,<1.2
testrepository>=0.0.18
testtools>=0.9.34
oslosphinx
MySQL-python
psycopg2