/
Unit Test Functions(3.1)
Unit Test Functions(3.1)
In addition to the Python functions described in Functions, Exceptions, Types and Constants, the following functions are available for Unit Tests.
does not include any native assert functionality, this functionality can be found in the common python libraries. Add the 9.53.2 Python Module and use in the unit test.
Note!
To access the Unit Test functions described below from a /wiki/spaces/DRXXE/pages/6199505 you can import the testkit module. This is useful when you write test-related helper functions.
Finalizers
addFinalizer
This function adds a finalizer function to be called at scope exit.