Home | Trees | Index | Help |
|
---|
Package testoob :: Module extracting |
|
Function Summary | |
---|---|
Extract the text fixtures from a suite. | |
Filter tests based on a matching glob pattern to their id. | |
predicate(pred)
| |
Randomize the order of the tests | |
Filter tests based on matching a regex to their id. | |
Repeat each test a number of times | |
suite_iter(suite) -> an iterator on its direct sub-suites. |
Variable Summary | |
---|---|
dict |
number_suffixes = {1: 'st', 2: 'nd', 3: 'ed'}
|
Function Details |
---|
full_extractor(suite, recursive_iterator=<function _breadth_first at 0x402d6c34>)Extract the text fixtures from a suite. Descends recursively into sub-suites. |
glob(pattern)Filter tests based on a matching glob pattern to their id. Matching is performed with fnmatch.fnmatchcase |
randomize(seed=None)Randomize the order of the tests |
regex(regex)Filter tests based on matching a regex to their id. Matching is performed with re.search |
repeat(num_times)Repeat each test a number of times |
suite_iter(suite)suite_iter(suite) -> an iterator on its direct sub-suites. For compatibility with Python versions before 2.4 |
Variable Details |
---|
number_suffixes
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Dec 3 15:27:57 2006 | http://epydoc.sf.net |