class documentation

class ElementMakerTests(TestCase): (source)

View In Hierarchy

elementMaker generates HTML representing the specified element.

Method setUp Undocumented
Method test_noAttrs elementMaker should render an element with no attributes.
Method test_quotesAttrs elementMaker quotes HTML attributes according to DOT's quoting rule.
Method test_sortsAttrs elementMaker orders HTML attributes lexicographically.
Instance Variable elementMaker Undocumented
def setUp(self): (source)

Undocumented

def test_noAttrs(self): (source)

elementMaker should render an element with no attributes.

def test_quotesAttrs(self): (source)

elementMaker quotes HTML attributes according to DOT's quoting rule.

See http://www.graphviz.org/doc/info/lang.html, footnote 1.

def test_sortsAttrs(self): (source)

elementMaker orders HTML attributes lexicographically.

elementMaker = (source)

Undocumented