[Checkins] SVN: z3c.testsetup/trunk/src/z3c/testsetup/ Moved deprecated register_all_tests() options to HOWTO_UPGRADE

Reinout van Rees reinout at vanrees.org
Tue Sep 22 03:51:07 EDT 2009


Log message for revision 104417:
  Moved deprecated register_all_tests() options to HOWTO_UPGRADE

Changed:
  U   z3c.testsetup/trunk/src/z3c/testsetup/HOWTO_UPGRADE.txt
  U   z3c.testsetup/trunk/src/z3c/testsetup/README.txt

-=-
Modified: z3c.testsetup/trunk/src/z3c/testsetup/HOWTO_UPGRADE.txt
===================================================================
--- z3c.testsetup/trunk/src/z3c/testsetup/HOWTO_UPGRADE.txt	2009-09-22 07:46:16 UTC (rev 104416)
+++ z3c.testsetup/trunk/src/z3c/testsetup/HOWTO_UPGRADE.txt	2009-09-22 07:51:06 UTC (rev 104417)
@@ -5,6 +5,10 @@
 strings changed, introducing support for file-dependent setups,
 layers, etc.
 
+
+Deprecated ``:Test-Layer:`` marker
+----------------------------------
+
 If you still mark your testfiles with the ``:Test-Layer:`` marker,
 update your testfiles as follows:
 
@@ -30,5 +34,18 @@
 layer markers ``:layer:``, ``:zcml-layer:`` and
 ``functional-zcml-layer:``.
 
-Try to get rid of all parameters passed to ``register_all_tests``
-except those, mentioned in ``README.txt``.
+
+Deprectated parameters for ``register_all_tests()``
+---------------------------------------------------
+
+The following ``register_all_tests``-parameters are deprecated,
+starting with ``z3c.testsetup`` 0.3:
+
+- **filter_func**
+
+   and related (``ufilter_func``, ``pfilter_func``, etc.)
+
+- All testtype specific parameters
+
+  Support for testfile specific parameters (``uextensions``,
+  ``fextensions``, etc.) is running out and its use deprecated.

Modified: z3c.testsetup/trunk/src/z3c/testsetup/README.txt
===================================================================
--- z3c.testsetup/trunk/src/z3c/testsetup/README.txt	2009-09-22 07:46:16 UTC (rev 104416)
+++ z3c.testsetup/trunk/src/z3c/testsetup/README.txt	2009-09-22 07:51:06 UTC (rev 104417)
@@ -433,22 +433,7 @@
   (so you'll need to look there if you want to use it).
 
 
-Deprectated/unsupported parameters
-----------------------------------
 
-The following ``register_all_tests``-parameters are deprecated,
-starting with ``z3c.testsetup`` 0.3:
-
-- **filter_func**
-
-   and related (``ufilter_func``, ``pfilter_func``, etc.)
-
-- All testtype specific parameters
-
-  Support for testfile specific parameters (``uextensions``,
-  ``fextensions``, etc.) is running out and its use deprecated.
-
-
 Available markers for configuring the tests
 ===========================================
 



More information about the checkins mailing list