Table of Contents

Module: test_macros Martel/test/test_macros.py
Imported modules   
import Martel
import StringIO
import string
from xml.sax import handler, saxutils
Functions   
has_group
has_no_group
must_not_parse
must_parse
test
test_DelimitedFields
test_Digits
test_Float
test_Punctuation
test_Spaces
test_ToEol
test_ToSep
test_Unprintable
test_Word
  has_group 
has_group (
        format,
        term,
        name,
        attr,
        )

Exceptions   
AssertionError("Cannot parse %s" %( repr( term ), ) )
  has_no_group 
has_no_group ( format,  term )

Exceptions   
AssertionError("Cannot parse %s" %( repr( term ), ) )
  must_not_parse 
must_not_parse (
        test_name,
        parseString,
        term,
        )

Exceptions   
AssertionError("%s: Could parse %s" %(test_name, repr( term ) ) )
  must_parse 
must_parse (
        test_name,
        parseString,
        term,
        )

Exceptions   
AssertionError("%s: Cannot parse %s" %(test_name, repr( term ) ) )
  test 
test ()

  test_DelimitedFields 
test_DelimitedFields ()

  test_Digits 
test_Digits ()

  test_Float 
test_Float ()

  test_Punctuation 
test_Punctuation ()

  test_Spaces 
test_Spaces ()

  test_ToEol 
test_ToEol ()

  test_ToSep 
test_ToSep ()

  test_Unprintable 
test_Unprintable ()

  test_Word 
test_Word ()

Classes   
Capture

Table of Contents

This document was automatically generated on Mon Jul 1 12:03:24 2002 by HappyDoc version 2.0.1