Index of the tests module
-
m
testido.tests
...
-
m
test_collection
...
- a value ...
-
C
TestNormalCase
...
- f test_testcasebeforefuncs ... - TestCases are called before functions
- f setUp ...
- f test_setupiscalled ... - Setup is called, as it is for normal unittest cases
- f test_suiteproperties ... - Generated suite should look right
- f test_arethey ... - Are they actually in order?
- f test_regexmatching ... - Tests can be required to match a regex in the filename or testname
- f test_testsInFileOrder ... - Tests are run in file order, part 1
-
m
test_collection
...