File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -73,15 +73,18 @@ in the **Unsilenced** section of the deprecation report.
73
73
Mark Tests as Legacy
74
74
--------------------
75
75
76
- There are four ways to mark a test as legacy:
76
+ There are three ways to mark a test as legacy:
77
77
78
78
* (**Recommended **) Add the ``@group legacy `` annotation to its class or method;
79
79
80
80
* Make its class name start with the ``Legacy `` prefix;
81
81
82
- * Make its method name start with ``testLegacy*() `` instead of ``test*() ``;
82
+ * Make its method name start with ``testLegacy*() `` instead of ``test*() ``.
83
83
84
- * Make its data provider start with ``provideLegacy*() `` or ``getLegacy*() ``.
84
+ .. note ::
85
+
86
+ You can make your data provider start with ``provideLegacy*() `` or ``getLegacy*() ``
87
+ if they execute deprecated code.
85
88
86
89
Configuration
87
90
-------------
You can’t perform that action at this time.
0 commit comments