Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Architecture Overview

 Image Modified

TestON/Core

The TestON core is where the test is parsed and executed. It is also where the test components are initialized and logging happens. There’s no need to go into the nuances of the architecture because you do not need it to create or run a test. However, it is important to note that because the TestON core handles the parsing of the test cases, exceptions will be be thrown from here rather than the testname.py where the exception probably originated. This is why it is a good idea to incase your code with try-except blocks to make it easier to debug.

...