Python3.x doctest
Python 3 系 のdoctestに関する言語リファレンス情報をまとめたカテゴリです。
DocTestFinderクラス
DocTestParserクラス
method
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_check_prefix
_check_prompt_blank
_find_options
_IS_BLANK_OR_COMMENT
_min_indent
_parse_example
get_doctest
get_examples
parse
DocTestRunnerクラス
method
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_DocTestRunner__patched_linecache_getlines
_DocTestRunner__record_outcome
_DocTestRunner__run
_failure_header
merge
report_failure
report_start
report_success
report_unexpected_exception
run
summarize
TestResultsクラス
constant の一覧
__all__
__builtins__
__cached__
__doc__
__docformat__
__file__
__loader__
__name__
__package__
__spec__
__test__
_unittest_reportflags
BLANKLINE_MARKER
COMPARISON_FLAGS
DONT_ACCEPT_BLANKLINE
DONT_ACCEPT_TRUE_FOR_1
ELLIPSIS
ELLIPSIS_MARKER
FAIL_FAST
IGNORE_EXCEPTION_DETAIL
master
NORMALIZE_WHITESPACE
OPTIONFLAGS_BY_NAME
REPORT_CDIFF
REPORT_NDIFF
REPORT_ONLY_FIRST_FAILURE
REPORT_UDIFF
REPORTING_FLAGS
SKIP
function の一覧
_comment_line
_ellipsis_match
_exception_traceback
_extract_future_flags
_indent
_load_testfile
_module_relative_path
_newline_convert
_normalize_module
_strip_exception_details
_test
debug
debug_script
debug_src
DocFileSuite
DocFileTest
DocTestSuite
register_optionflag
run_docstring_examples
script_from_examples
set_unittest_reportflags
testfile
testmod
testsource
DebugRunnerクラス
method
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_DocTestRunner__patched_linecache_getlines
_DocTestRunner__record_outcome
_DocTestRunner__run
_failure_header
merge
report_failure
report_start
report_success
report_unexpected_exception
run
summarize
DocFileCaseクラス
constant
DocTestクラス
DocTestFailureクラス
_DocTestSuiteクラス
Exampleクラス
OutputCheckerクラス
_OutputRedirectingPdbクラス
SkipDocTestCaseクラス
constant
_SpoofOutクラス
method
__del__
__delattr__
__dir__
__enter__
__eq__
__exit__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__iter__
__le__
__lt__
__ne__
__new__
__next__
__reduce__
__reduce_ex__
__repr__
__setattr__
__setstate__
__sizeof__
__str__
__subclasshook__
_checkClosed
_checkReadable
_checkSeekable
_checkWritable
close
detach
fileno
flush
getvalue
isatty
read
readable
readline
readlines
seek
seekable
tell
truncate
writable
write
writelines