diff options
Diffstat (limited to 'documentation/test-manual/intro.rst')
-rw-r--r-- | documentation/test-manual/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst index c31fd11c7a..7e56217d76 100644 --- a/documentation/test-manual/intro.rst +++ b/documentation/test-manual/intro.rst | |||
@@ -458,7 +458,7 @@ the ``devtool build`` command within the eSDK. | |||
458 | 458 | ||
459 | These tests are run against built SDKs. The tests can assume that an SDK | 459 | These tests are run against built SDKs. The tests can assume that an SDK |
460 | has already been extracted and its environment file has been sourced. A | 460 | has already been extracted and its environment file has been sourced. A |
461 | simple example from ``meta/lib/oeqa/sdk/cases/python2.py`` contains the | 461 | simple example from ``meta/lib/oeqa/sdk/cases/python.py`` contains the |
462 | following:: | 462 | following:: |
463 | 463 | ||
464 | class Python3Test(OESDKTestCase): | 464 | class Python3Test(OESDKTestCase): |