Home | Trees | Indices | Help |
|
---|
|
This file is a default test runner as found in ZOPE/Plone products. It works fine for any kind of Python unit testing---as we do here for Python X2Go.
Variables | |
base = os.path.join(os.path.split(os.path.split(os.getcwd()) [
|
|
TestRunner = unittest.TextTestRunner
|
|
suite = unittest.TestSuite()
|
|
tests = [n [:-3] for n in tests if n.startswith('test') and n.
|
Variables Details |
base
|
tests
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Sep 25 12:41:35 2017 | http://epydoc.sourceforge.net |