summaryrefslogtreecommitdiff
path: root/src/mailman/testing/layers.py
diff options
context:
space:
mode:
authorBarry Warsaw2014-11-01 13:46:36 -0400
committerBarry Warsaw2014-11-01 13:46:36 -0400
commit1d9f6970b9a26ee576838b53f485b96365e3a6c2 (patch)
tree487ef693aaa944fbed0ed1c60b4b17d69a8fc445 /src/mailman/testing/layers.py
parent8ab9c5111a05277e185b5e038bf12e13cd6df15e (diff)
downloadmailman-1d9f6970b9a26ee576838b53f485b96365e3a6c2.tar.gz
mailman-1d9f6970b9a26ee576838b53f485b96365e3a6c2.tar.zst
mailman-1d9f6970b9a26ee576838b53f485b96365e3a6c2.zip
Diffstat (limited to 'src/mailman/testing/layers.py')
-rw-r--r--src/mailman/testing/layers.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mailman/testing/layers.py b/src/mailman/testing/layers.py
index 006feef9c..74ad99dc8 100644
--- a/src/mailman/testing/layers.py
+++ b/src/mailman/testing/layers.py
@@ -194,9 +194,6 @@ class ConfigLayer(MockAndMonkeyLayer):
# Destroy the test database after the tests are done so that there is
# no data in case the tests are rerun with a database layer like mysql
# or postgresql which are not deleted in teardown.
- #
- # XXX 2014-11-01 BAW: Shouldn't reset_the_world() take care of this?
- config.db.destroy()
config.pop('test config')
shutil.rmtree(cls.var_dir)
cls.var_dir = None