From fa338f5a172c610e363b35c1cacf39c676b57593 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Fri, 21 Jul 2023 17:23:29 -0600 Subject: test framework doc: fix review comments [ci skip] Signed-off-by: Mats Wichmann --- testing/framework/test-framework.rst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/testing/framework/test-framework.rst b/testing/framework/test-framework.rst index 00dedb2..2148e98 100644 --- a/testing/framework/test-framework.rst +++ b/testing/framework/test-framework.rst @@ -192,13 +192,6 @@ into a directory to debug after a test has gone wrong. For a way around this, check out the ``PRESERVE`` environment variable. It can be seen in action in `How to convert old tests to use fixures`_ below. -By the way, there's nothing magical about ``runtest.py``, the intent -of the separation of test-support framework from test collection handling -is that you could write your own driver script to run the tests, -or possibly even use an existing test toolkit like ``PyTest`` -(that has been requested, although it would take some work to make -it fully usable). - Not running tests ================= @@ -585,8 +578,9 @@ POSIX-style shells. Test infrastructure =================== -The main e2e test API is defined in the ``TestSCons`` class. ``TestSCons`` -is a subclass of ``TestCommon``, which is a subclass of ``TestCmd``. +The main end-to-end test API is defined in the ``TestSCons`` class. +``TestSCons`` is a subclass of ``TestCommon``, +which is a subclass of ``TestCmd``. ``TestSCons`` provides the help for using an instance of SCons during the run. -- cgit v0.12