test_cModuleTemplate

test_cModuleTemplate.test_module(show_plots)[source]

Validation Test Description

Compose a general description of what is being tested in this unit test script. Add enough information so the reader understands the purpose and limitations of the test. As this test script is not parameterized, only one version of this script will run.

Description of Variables Being Tested

Here discuss what parameters are being checked. For example, in this file we are checking the values of the variables

  • dummy

  • dataVector[3]

General Documentation Comments

If the script generates figures, these figures will be automatically pulled from matplotlib and included below. Make sure that the figures have appropriate axes labels and a figure title if needed. The figures content should be understood by just looking at the figure.

At the end of the script where a print statement says that the script passes, also add a print statement saying what accuracy tolerance(s) were used.

Don’t use any of the AutoTeX methods we used to use as the goal is to have all the validation reporting contained within this HTML pytest report.