예제 #1
0
def test_docs():
    from peak.util import doctest
    return doctest.DocFileSuite(
        'rules.txt',
        optionflags=doctest.ELLIPSIS,
        package='peak.security',
    )
예제 #2
0
def test_unittrace():
    from peak.util import doctest
    return doctest.DocFileSuite(
        'unittrace.txt',
        optionflags=doctest.ELLIPSIS,
        package='peak.util.unittrace',
    )
예제 #3
0
def test_Graph():
    from peak.util import doctest
    return doctest.DocFileSuite(
        'Graph.txt',
        optionflags=doctest.ELLIPSIS,
        package='peak.util.Graph',
    )
예제 #4
0
def test_options():
    from peak.util import doctest
    return doctest.DocFileSuite(
        'options.txt',
        optionflags=doctest.ELLIPSIS,
        package='peak.running',
    )
예제 #5
0
def test_components():
    from peak.util import doctest
    return doctest.DocFileSuite(
        'components.txt', optionflags=doctest.ELLIPSIS, package='peak.binding',
    )