From eae7c2a0c277c764a72073cdce1cdb2eb1fd1b9a Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 4 May 2022 14:57:51 +0200 Subject: manuals: fix name capitalization issues - Using "BitBake" instead of "Bitbake" or "bitbake", aligning with the title of the "BitBake User Manual". - Using "OpenEmbedded" instead of "Openembedded" - Using "Python" instead of "python" (From yocto-docs rev: 0b893e2a15aefedd7100445fc9d7eeed07b6afc6) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/test-manual/intro.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/test-manual/intro.rst') diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst index 9c1a93cd40..17cde316b3 100644 --- a/documentation/test-manual/intro.rst +++ b/documentation/test-manual/intro.rst @@ -72,7 +72,7 @@ simple JSON files. .. note:: The project uses Buildbot for historical reasons but also because - many of the project developers have knowledge of python. It is + many of the project developers have knowledge of Python. It is possible to use the outer layers from another Continuous Integration (CI) system such as `Jenkins `__ @@ -335,12 +335,12 @@ A simple test example from ``lib/bb/tests/data.py`` is:: self.assertEqual(str(val), "value_of_foo") In this example, a ``DataExpansions`` class of tests is created, -derived from standard python unittest. The class has a common ``setUp`` +derived from standard Python unittest. The class has a common ``setUp`` function which is shared by all the tests in the class. A simple test is then added to test that when a variable is expanded, the correct value is found. -Bitbake selftests are straightforward python unittest. Refer to the +BitBake selftests are straightforward Python unittest. Refer to the Python unittest documentation for additional information on writing these tests at: https://docs.python.org/3/library/unittest.html. @@ -468,7 +468,7 @@ following:: In this example, if nativesdk-python3-core has been installed into the SDK, the code runs the python3 interpreter with a basic command to check it is working -correctly. The test would only run if python3 is installed in the SDK. +correctly. The test would only run if Python3 is installed in the SDK. ``oe-build-perf-test`` ---------------------- -- cgit v1.2.3-54-g00ecf