[Subversion] / FreeSwytch / test_fs.py  

View of /FreeSwytch/test_fs.py

Parent Directory | Revision Log
Revision: 2504 - (download) (as text)
Sat Mar 1 21:29:13 2008 UTC (16 years, 1 month ago) by pje
File size: 251 byte(s)
Basic FreeSWITCH client API.  The 'dump_switch_events' demo
client just dumps all switch events to stdout.  Todo: channels,
conferences, conference members, and a lot more docs.
def additional_tests():
    import doctest
    return doctest.DocFileSuite(
        'README.txt',
        optionflags = doctest.ELLIPSIS
                    | doctest.REPORT_ONLY_FIRST_FAILURE
                    | doctest.NORMALIZE_WHITESPACE
    )


cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help