We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b837f commit 1a6806dCopy full SHA for 1a6806d
absl/testing/parameterized.py
@@ -159,8 +159,8 @@ def testSumIsZero(self, arg):
159
self.assertEqual(0, sum(arg))
160
161
162
-Cartesian product of Parameter Values as Parametrized Test Cases
163
-================================================================
+Cartesian product of Parameter Values as Parameterized Test Cases
+=================================================================
164
165
If required to test method over a cartesian product of parameters,
166
`parameterized.product` may be used to facilitate generation of parameters
0 commit comments