Lines Matching refs:tests
57 # Here begin the tests
207 # XXX the 2 following tests don't work with py3k's text IO
291 def run_test_family(tests, mode_filter, files, open_func, *make_args):
292 for test_func in tests:
424 help="run binary I/O tests")
427 help="run text I/O tests")
430 help="run read tests")
433 help="run write & modify tests")
436 help="encoding for text tests (default: %s)" % TEXT_ENCODING)
439 help="line endings for text tests "