]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Clean up DB migrations when running unit tests
authorZane Bitter <zbitter@redhat.com>
Wed, 29 May 2013 07:25:30 +0000 (09:25 +0200)
committerZane Bitter <zbitter@redhat.com>
Wed, 29 May 2013 07:25:35 +0000 (09:25 +0200)
commit9ebf853c5db80e43d94660c37304ef626ea1c69e
tree45ae0feb038cd526c694bf87311072a8d18d784f
parent2e43c2a3ee85e635df3c122e752d7ab397ad9829
Clean up DB migrations when running unit tests

When doing development work, all kinds of issue can result when moving
between versions of the code that have added/removed DB migration scripts
if the compiled .pyc files are left behind. To save the need to do this
manually, remove all of the .pyc files when the unit tests are run.

Change-Id: Ia4bc889edeeed499e5fc2172d5f7c1b4e693a27b
run_tests.sh