Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Here we will show the parts of PTL and how they are connected and work together.
Insert excerpt
PTL Directory Structure (under construction)
PTL Directory Structure (under construction)
nopaneltrue


Tests

Each test is a Python function and is a member of a Python class defining a test suite.

Tests are named test_<test name>

Test Suites

Each test suite is a Python class made up of tests.  Each test is a function in the class.

Test suites are named Test<test suite name>

Test Files

Each test file contains one test suite.

Test files are named pbs_<feature name>.py