doc/changes/3.23.rst
changeset 11182 66c44d3d97af
child 11378 a62de037e379
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/changes/3.23.rst	Thu Feb 18 10:23:05 2016 +0100
@@ -0,0 +1,12 @@
+3.23 (UNRELEASED)
+=================
+
+Backwards-incompatible changes
+------------------------------
+
+* Generative tests *à la logilab-common* are not supported anymore in
+  `CubicWebTC`. It is advised to use the subtests_ API (available on
+  `CubicWebTC` either from the standard library as of Python 3.4 or through
+  unittest2 package otherwise).
+
+.. _subtests: https://docs.python.org/3/library/unittest.html#distinguishing-test-iterations-using-subtests