# HG changeset patch # User Aurelien Campeas # Date 1392500280 -3600 # Sat Feb 15 22:38:00 2014 +0100 # Node ID 84e34cc7d1bd433abcefc9dcd0a0815e43414a07 # Parent 2a6d4117233594c07d9253997cb9618247183162 test: rename test for clarity diff --git a/test/test_gf.py b/test/test_gf.py --- a/test/test_gf.py +++ b/test/test_gf.py @@ -46,7 +46,7 @@ bip(b, out) self.assertEquals(out, ['top', 'right', 'left', 'bottom']) - def test_deep_diamond(self): + def test_parallel_hierarchy(self): class A(object): pass class B(A): pass class X(object): pass