]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Added db setup and teardown with sqlite
authorChris Alfonso <calfonso@redhat.com>
Thu, 19 Apr 2012 22:10:20 +0000 (18:10 -0400)
committerChris Alfonso <calfonso@redhat.com>
Mon, 23 Apr 2012 12:17:10 +0000 (08:17 -0400)
commitbdaed9b99735b5e221d423f5e53a5113b1512b99
treed8f8d639739801a94c686729673b9809715945b3
parent9c69836bfd49e2b8c7b84d0de9c44aa5c852373e
Added db setup and teardown with sqlite
14 files changed:
.gitignore
heat/common/config.py
heat/db/api.py
heat/db/migration.py [new file with mode: 0644]
heat/db/sqlalchemy/migration.py [new file with mode: 0644]
heat/engine/resources.py
heat/testing/README.rst [new file with mode: 0644]
heat/testing/__init__.py [new file with mode: 0644]
heat/testing/fake/__init__.py [new file with mode: 0644]
heat/testing/runner.py [new file with mode: 0644]
heat/tests/__init__.py
heat/tests/test_resources.py
heat/utils.py [new file with mode: 0644]
run_tests.sh