diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-01-16 19:56:21 +1300 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-01-16 19:56:21 +1300 |
commit | 2ec5792a4ba0cefa079a6d7e1b0ec2472151e794 (patch) | |
tree | 6036a0b1a9da56619e970a8b0650328c50f0ad97 /lib/subunit/python/testtools/utils.py | |
parent | 28577aae928847e64a0274b5922e26e1f15d9916 (diff) | |
download | samba-2ec5792a4ba0cefa079a6d7e1b0ec2472151e794.tar.gz samba-2ec5792a4ba0cefa079a6d7e1b0ec2472151e794.tar.xz samba-2ec5792a4ba0cefa079a6d7e1b0ec2472151e794.zip |
subunit/testtools: Include newer version.
Diffstat (limited to 'lib/subunit/python/testtools/utils.py')
-rw-r--r-- | lib/subunit/python/testtools/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/subunit/python/testtools/utils.py b/lib/subunit/python/testtools/utils.py index 325572297b..c0845b610c 100644 --- a/lib/subunit/python/testtools/utils.py +++ b/lib/subunit/python/testtools/utils.py @@ -28,7 +28,7 @@ else: def iterate_tests(test_suite_or_case): - """Iterate through all of the test cases in `test_suite_or_case`.""" + """Iterate through all of the test cases in 'test_suite_or_case'.""" try: suite = iter(test_suite_or_case) except TypeError: |