From ab1aba5a9a97524645fa6a232fb1df397cb0355a Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Thu, 17 Dec 2009 23:57:39 -0700 Subject: Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed 'existant' mispelling --- tests/test_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_util.py') diff --git a/tests/test_util.py b/tests/test_util.py index eca2d672..8d0db69b 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -86,7 +86,7 @@ class test_Fuzzy(object): assert inst.re is None def test_repr(self): - s = 'Fuzzy(regex=%r, type=%r, test=%r)' + s = 'Fuzzy(%r, %r, %r)' t = lambda other: 0.0 <= other <= 1.0 inst = self.klass() -- cgit