Mercurial > moin > 1.9
changeset 75:e11a18329e13
fix tiny typo in _test_template
imported from: moin--main--1.5--patch-77
author | Nir Soffer <nirs@freeshell.org> |
---|---|
date | Mon, 03 Oct 2005 22:59:54 +0000 |
parents | 44966b7eec80 |
children | df348d27f1fc |
files | MoinMoin/_tests/_test_template.py |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/_tests/_test_template.py Mon Oct 03 22:56:18 2005 +0000 +++ b/MoinMoin/_tests/_test_template.py Mon Oct 03 22:59:54 2005 +0000 @@ -29,8 +29,7 @@ module_tested: test description ... ok """ # You can access the current request with self.request. It is - # injected for you into the test class when by moin test - # framework. + # injected for you into the test class by moin test framework. result = module_tested.some_function(self.request, 'test_value') expected = 'expected value' self.assertEqual(result, expected,