atelier.test

(This module’s source code is available here.)

Defines an extended TestCase whith methods to launch a subprocess.

Classes

SubProcessParent Base class for atelier.test.TestCase.
TestCase([methodName]) Deserves a docstring
class atelier.test.TestCase(methodName='runTest')

Deserves a docstring

project_root

alias of NotImplementedError

run_packages_test(declared_packages)

Checks whether the packages parameter to setup seems correct.

run_simple_doctests(filenames, **kw)

run doctest of given file in a subprocess

run_subprocess(args, **kw)

Run a subprocess, wait until it terminates, fail if the returncode is not 0.

run_unittest(filename, **kw)

run unittest of given file in a subprocess