Commit 929a72d6 authored by Tim Gates's avatar Tim Gates Committed by Adam Cozzette

Fix up simple typo: invididual -> individual

parent f74b5600
...@@ -51,7 +51,7 @@ like a normal test method, with its own setUp/tearDown cycle. In the ...@@ -51,7 +51,7 @@ like a normal test method, with its own setUp/tearDown cycle. In the
example above, there are three separate testcases, one of which will example above, there are three separate testcases, one of which will
fail due to an assertion error (1 + 1 != 3). fail due to an assertion error (1 + 1 != 3).
Parameters for invididual test cases can be tuples (with positional parameters) Parameters for individual test cases can be tuples (with positional parameters)
or dictionaries (with named parameters): or dictionaries (with named parameters):
class AdditionExample(parameterized.TestCase): class AdditionExample(parameterized.TestCase):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment