[Subversion] / Trellis / test_trellis.py  

View of /Trellis/test_trellis.py

Parent Directory | Revision Log
Revision: 2199 - (download) (as text)
Wed Jun 21 05:36:46 2006 UTC (17 years, 10 months ago) by pje
File size: 172 byte(s)
Trellis: a new paradigm for event-driven programming, based on ideas
from Gelernter's "Trellis" system, and Tilton's "Cells" for Lisp.  
Eventually, this will grow up to do the rest of the things that 
peak.events does now, only with deterministic updates and no need for 
explicit dependency management.
def additional_tests():
    import doctest
    return doctest.DocFileSuite(
        'README.txt',
        optionflags=doctest.ELLIPSIS|doctest.NORMALIZE_WHITESPACE,
    )


cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help