Data Integrator (Python API)
|
Compatibility class for Unit tests. More...
Public Member Functions | |
def | assertItemsEqual (s, x, y) |
Re-implementation of a function missing in Python 3. More... | |
Compatibility class for Unit tests.
Python 2 and Python 3 unit tests are somewhat different, and active development in Python 2.7 is backported to lower Python versions through the unittest2 module. However, there are some incompatibilities that gave rise to this layer class.
def utest.CompatibilityLayer.CCompatibilityLayerTestCase.assertItemsEqual | ( | s, | |
x, | |||
y | |||
) |
Re-implementation of a function missing in Python 3.