phystricks
|
Public Member Functions | |
def | __init__ (self, test_list, first=0, title="My beautiful document") |
def | generate (self) |
def | latex_portion (self, failed_list, lstinputlisting=False) |
def | function_list_to_figures_list (self, function_list) |
def | summary (self) |
Public Attributes | |
test_list | |
first | |
title | |
failed_list | |
documentation_list | |
to_be_recompiled_list | |
Generate the figures of a list. INPUT: - ``test_list`` - a list of functions that are supposed to produce pspictures - ``first`` - the position in `test_list` at which we begin the tests ATTRIBUTES: - ``failed_list`` - a list of tuple `(function,pspict)` where `function` is a function that produced a :class:`PhystricksTestError` and pspict is the produced pspicture.
def phystricks.src.main.FigureGenerationSuite.__init__ | ( | self, | |
test_list, | |||
first = 0 , |
|||
title = "My beautiful document" |
|||
) |
def phystricks.src.main.FigureGenerationSuite.function_list_to_figures_list | ( | self, | |
function_list | |||
) |
def phystricks.src.main.FigureGenerationSuite.generate | ( | self | ) |
perform the tests
def phystricks.src.main.FigureGenerationSuite.latex_portion | ( | self, | |
failed_list, | |||
lstinputlisting = False |
|||
) |
def phystricks.src.main.FigureGenerationSuite.summary | ( | self | ) |
Print the list of failed tests and try to give the lines to be included in the LaTeX file in order to visualize them.
phystricks.src.main.FigureGenerationSuite.documentation_list |
phystricks.src.main.FigureGenerationSuite.failed_list |
phystricks.src.main.FigureGenerationSuite.first |
phystricks.src.main.FigureGenerationSuite.test_list |
phystricks.src.main.FigureGenerationSuite.title |
phystricks.src.main.FigureGenerationSuite.to_be_recompiled_list |