Lines Matching refs:tests
136 # doctests. The following docstring and tests were originally in a separate
468 # === Absolute error tests ===
509 # === Relative error tests ===
548 # === Both absolute and relative error tests ===
857 # some point that should change. The tests and comments here define the
1046 # Common tests for most univariate functions that take a data argument.
1058 """Return int data for various tests."""
1151 Not all tests to do with types need go in this class. Only those that
1177 # (Excludes mixed data types.) This only tests the type of the return
1201 # These tests look at the entire three value tuple returned by _sum.
1334 # Mixin class holding common tests for averages.
1571 # Common tests for median and all median.* functions.
1955 # Mixin class holding common tests for variance and std dev.
2602 # tests below may fail if the underlying math functions are
3035 # === Run tests ===
3037 def load_tests(loader, tests, ignore):
3039 tests.addTests(doctest.DocTestSuite())
3040 return tests