From: Karthik Ram Date: Fri, 13 Sep 2013 09:20:02 +0000 (+0100) Subject: fixed a typo. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=482527661a7507d48a5f2411c3a0326e89752cec;p=swc-testing-nose.git fixed a typo. --- 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.)