Searched refs:PyUnit (Results 1 - 2 of 2) sorted by relevance

/ec/ECSpooler/tests/
H A DtestPyUnit.py9 from backends.pyunit import PyUnit namespace
17 backendClassName = 'pyunit.PyUnit.PyUnit'
42 backend = PyUnit.PyUnit(self.params)
58 backend = PyUnit.PyUnit(self.params)
74 backend = PyUnit.PyUnit(self.params)
90 backend = PyUnit
[all...]
/ec/ECSpooler/backends/pyunit/
H A DPyUnit.py2 # $Id:PyUnit.py 1199 2009-08-12 12:53:59Z amelung $
64 description = 'Enter one or more PyUnit tests. ',
75 description = 'Run PyUnit tests',
90 class PyUnit(ProgrammingBackend): class in inherits:ProgrammingBackend
92 Backend for testing Python programs using PyUnit.
96 name = 'PyUnit'

Completed in 1491 milliseconds