# HG changeset patch # User Atul Varma # Date 1273481747 25200 # Node ID e3fcfa2bf3bc0ea3059cbadf9ede17a3b1f89a9a # Parent 3897ed8a350debed3312ffa194ea8e13c75693fc Added sandbox.finish() to end of test. diff -r 3897ed8a350d -r e3fcfa2bf3bc test_pydertron.py --- a/test_pydertron.py Mon May 10 01:54:59 2010 -0700 +++ b/test_pydertron.py Mon May 10 01:55:47 2010 -0700 @@ -13,6 +13,7 @@ 'Traceback (most recent call last):\n' ' File "", line 1, in \n' 'Module not found: hi\n') + sandbox.finish() if __name__ == '__main__': unittest.main()