summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2014-07-01 00:52:45 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2014-07-01 00:52:45 +0200
commit51ad212d197146ce90f7a79c2eef16f85cdb2a47 (patch)
tree724f50e0a1f4b8cfc1885253d91ad9a6e75d09cf
parent929732168c517066034e36eed6bae5efe69502b6 (diff)
downloadpluginbase-51ad212d197146ce90f7a79c2eef16f85cdb2a47.tar.gz
Also collect before the test run
-rw-r--r--tests/conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 637b419..a43b8cf 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -22,6 +22,7 @@ def source(base):
@pytest.yield_fixture(scope='function', autouse=True)
def run_garbage_collection():
+ gc.collect()
try:
yield
finally: