test: rename test for clarity
1 files changed, 1 insertions(+), 1 deletions(-) M test/test_gf.py
M test/test_gf.py +1 -1
@@ 46,7 46,7 @@ class TestGF(unittest.TestCase): 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