From 482527661a7507d48a5f2411c3a0326e89752cec Mon Sep 17 00:00:00 2001 From: Karthik Ram Date: Fri, 13 Sep 2013 10:20:02 +0100 Subject: [PATCH] fixed a typo. --- testing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/README.md b/testing/README.md index 45d4c08..865795f 100644 --- a/testing/README.md +++ b/testing/README.md @@ -287,7 +287,7 @@ arguably attributed to inventing the testing framework. Nose tests are files that begin with `Test-`, `Test_`, `test-`, or `test_`. Specifically, these satisfy the testMatch regular expression `[Tt]est[-_]`. (You can also teach nose to find tests by declaring them -in the unittest.TestCase subclasses chat you create in your code. You +in the unittest.TestCase subclasses that you create in your code. You can also create test functions which are not unittest.TestCase subclasses if they are named with the configured testMatch regular expression.) -- 2.26.2