ppf/new: In test_top.py: create databases in setUp and discard them in tearDown.
authorMariana Mărășoiu <mariana.marasoiu@gmail.com>
Thu, 15 Sep 2011 22:44:46 +0000 (01:44 +0300)
committerMariana Mărășoiu <mariana.marasoiu@gmail.com>
Thu, 15 Sep 2011 22:44:46 +0000 (01:44 +0300)
commit07229d5eefd0dbd9f864ef4cf0a8342b76ac44e4
treea5430cab7050232d336efe55c2d388f711bee5f3
parentbeeaba9b4ee5ea875060233e27c42dc87d517040
ppf/new: In test_top.py: create databases in setUp and discard them in tearDown.

This was necessary to avoid command line initialization before running tests.
ppf/new/tests/test_top.py