Navigation

  • index
  • modules |
  • next |
  • Sage Reference Manual »
  • Sage 9.5 Reference Manual: Sage's Doctesting Framework »
  • Sage’s Doctesting Framework

Sage’s Doctesting Framework¶

  • Classes involved in doctesting
    • DocTestController
    • DocTestDefaults
    • Logger
    • run_doctests()
    • skipdir()
    • skipfile()
  • Classes for sources of doctests
    • DictAsObject
    • DocTestSource
    • FileDocTestSource
    • PythonSource
    • RestSource
    • SourceLanguage
    • StringDocTestSource
    • TexSource
    • get_basename()
  • Processes for running doctests
    • DocTestDispatcher
    • DocTestTask
    • DocTestWorker
    • SageDocTestRunner
    • SageSpoofInOut
    • TestResults
    • dummy_handler()
    • init_sage()
    • showwarning_with_traceback()
  • Parsing docstrings
    • MarkedOutput
    • OriginalSource
    • RIFtol()
    • SageDocTestParser
    • SageOutputChecker
    • get_source()
    • make_marked_output()
    • normalize_long_repr()
    • parse_optional_tags()
    • parse_tolerance()
    • pre_hash()
    • reduce_hex()
  • Reporting doctest results
    • DocTestReporter
    • signal_name()
  • Detecting external software
    • AvailableSoftware
    • external_features()
    • has_4ti2()
    • has_cplex()
    • has_dvipng()
    • has_ffmpeg()
    • has_graphviz()
    • has_gurobi()
    • has_imagemagick()
    • has_internet()
    • has_latex()
    • has_lualatex()
    • has_macaulay2()
    • has_magma()
    • has_maple()
    • has_mathematica()
    • has_matlab()
    • has_octave()
    • has_pandoc()
    • has_pdf2svg()
    • has_pdflatex()
    • has_rubiks()
    • has_scilab()
    • has_xelatex()
  • Test the doctesting framework
  • Utility functions
    • NestedName
    • RecordingDict
    • Timer
    • count_noun()
    • dict_difference()
    • make_recording_dict()
  • Fixtures to help testing functionality
    • AttributeAccessTracerHelper
    • AttributeAccessTracerProxy
    • reproducible_repr()
    • trace_method()

Indices and Tables¶

  • Index

  • Module Index

  • Search Page

Table of Contents

  • Sage’s Doctesting Framework
  • Indices and Tables

Next topic

Classes involved in doctesting

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • Sage Reference Manual »
  • Sage 9.5 Reference Manual: Sage's Doctesting Framework »
  • Sage’s Doctesting Framework
© Copyright 2005--2022, The Sage Development Team. Created using Sphinx 5.3.0.