doc/changes/3.23.rst
changeset 11182 66c44d3d97af
child 11378 a62de037e379
equal deleted inserted replaced
11181:2a7fb3422ae1 11182:66c44d3d97af
       
     1 3.23 (UNRELEASED)
       
     2 =================
       
     3 
       
     4 Backwards-incompatible changes
       
     5 ------------------------------
       
     6 
       
     7 * Generative tests *à la logilab-common* are not supported anymore in
       
     8   `CubicWebTC`. It is advised to use the subtests_ API (available on
       
     9   `CubicWebTC` either from the standard library as of Python 3.4 or through
       
    10   unittest2 package otherwise).
       
    11 
       
    12 .. _subtests: https://docs.python.org/3/library/unittest.html#distinguishing-test-iterations-using-subtests