From 8c8deec7bee7fd90cc4006d583e5f4e5ad9f3ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Tomulik?= Date: Fri, 5 Oct 2018 22:07:56 +0200 Subject: fixed minor typos --- testing/framework/.TestCommonTests.py.swp | Bin 0 -> 16384 bytes testing/framework/TestCommon.py | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 testing/framework/.TestCommonTests.py.swp diff --git a/testing/framework/.TestCommonTests.py.swp b/testing/framework/.TestCommonTests.py.swp new file mode 100644 index 0000000..fcee08e Binary files /dev/null and b/testing/framework/.TestCommonTests.py.swp differ diff --git a/testing/framework/TestCommon.py b/testing/framework/TestCommon.py index 60e0abd..6b4b0bd 100644 --- a/testing/framework/TestCommon.py +++ b/testing/framework/TestCommon.py @@ -325,7 +325,7 @@ class TestCommon(TestCmd): of output being searched, and only shows up in failure output. An optional fourth argument can be used to supply a different - function, of the form "find(output, line), to use when searching + function, of the form "find(output, line)", to use when searching for lines in the output. """ if is_List(output): @@ -348,7 +348,7 @@ class TestCommon(TestCmd): of output being searched, and only shows up in failure output. An optional fourth argument can be used to supply a different - function, of the form "find(output, line), to use when searching + function, of the form "find(output, line)", to use when searching for lines in the output. """ missing = [] @@ -377,7 +377,7 @@ class TestCommon(TestCmd): of output being searched, and only shows up in failure output. An optional fourth argument can be used to supply a different - function, of the form "find(output, line), to use when searching + function, of the form "find(output, line)", to use when searching for lines in the output. """ for line in lines: @@ -402,7 +402,7 @@ class TestCommon(TestCmd): of output being searched, and only shows up in failure output. An optional fourth argument can be used to supply a different - function, of the form "find(output, line), to use when searching + function, of the form "find(output, line)", to use when searching for lines in the output. The function must return the index of the found line in the output, or None if the line is not found. """ @@ -516,7 +516,7 @@ class TestCommon(TestCmd): of output being searched, and only shows up in failure output. An optional fourth argument can be used to supply a different - function, of the form "find(output, line), to use when searching + function, of the form "find(output, line)", to use when searching for lines in the output. """ unexpected = [] -- cgit v0.12