Versions Compared

Key

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

...

The python file defines all the test cases for the test. In the PingallExample and every other test in TestON, a utility class is called to assert each cases by the end of the case. Although not required, It is a good practice to follow a code style in to your test scripts to improved readability of your code. Check out our built in code checker using pep8 coding style in the at /TestON/bin/codecheck folder. All of the TestON test follow the pep8 coding style.

...