smtesting Module

paraview.smtesting.DoRegressionTesting(rmProxy=None)[source]

Perform regression testing.

paraview.smtesting.Error(message)[source]
paraview.smtesting.GetUniqueTempDirectory(prefix)[source]

A convenience method to generate a temporary directory unique to the current ParaView process (or MPI group of processes)

paraview.smtesting.LoadServerManagerState(filename)[source]

This function loads the servermanager state xml/pvsm. Returns the status of the load.

paraview.smtesting.ProcessCommandLineArguments()[source]

Processes the command line areguments.

exception paraview.smtesting.TestError[source]

Bases: Exception