This patch makes sure that memory grows out of bound while running test suite. It does so by explicitly deleting app object (and test client, which points to that app object). WIthout this, the memory allocated by the test process grows by approx 4 MB per test case (YMMV).
This patch makes sure that memory grows out of bound while running test suite. It does so by explicitly deleting app object (and test client, which points to that app object). WIthout this, the memory allocated by the test process grows by approx 4 MB per test case (YMMV).