#! /usr/bin/env/python # -*- coding: iso-8859-1 -*- ## Copyright 1999-2006 by LivingLogic AG, Bayreuth/Germany. ## Copyright 1999-2006 by Walter Dörwald ## ## All Rights Reserved ## ## See xist/__init__.py for the license import warnings from ll.xist import xsc from ll.xist.ns import doc def test_explain(): """ This is test_explain. """ assert unicode(doc.explain(test_explain).walknode(xsc.FindTypeAll(doc.function))[0]) == u"test_explain"