Data Integrator (Python API)
Public Member Functions | List of all members
utest.CompatibilityLayer.CCompatibilityLayerTestCase Class Reference

Compatibility class for Unit tests. More...

Inheritance diagram for utest.CompatibilityLayer.CCompatibilityLayerTestCase:
Inheritance graph
[legend]
Collaboration diagram for utest.CompatibilityLayer.CCompatibilityLayerTestCase:
Collaboration graph
[legend]

Public Member Functions

def assertItemsEqual (s, x, y)
 Re-implementation of a function missing in Python 3. More...
 

Detailed Description

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.

Member Function Documentation

◆ assertItemsEqual()

def utest.CompatibilityLayer.CCompatibilityLayerTestCase.assertItemsEqual (   s,
  x,
  y 
)

Re-implementation of a function missing in Python 3.


The documentation for this class was generated from the following file: