[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87zgy4vjja.fsf@meer.lwn.net>
Date: Sun, 11 Apr 2021 11:05:29 -0600
From: Jonathan Corbet <corbet@....net>
To: David Gow <davidgow@...gle.com>,
Shuah Khan <skhan@...uxfoundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Dmitry Vyukov <dvyukov@...gle.com>,
Marco Elver <elver@...gle.com>,
Brendan Higgins <brendanhiggins@...gle.com>,
Daniel Latypov <dlatypov@...gle.com>
Cc: David Gow <davidgow@...gle.com>, linux-doc@...r.kernel.org,
KUnit Development <kunit-dev@...glegroups.com>,
linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Documentation: dev-tools: Add Testing Overview
A nit but
> +The bulk of kernel tests are written using either the :doc:`kselftest
> +<kselftest>` or :doc:`KUnit <kunit/index>` frameworks. These both provide
> +infrastructure to help make running tests and groups of tests easier, as well
> +as providing helpers to aid in writing new tests.
If you just mention the relevant file, the docs build will make links
for you...so just "Documentation/dev-tools/kselftest.rst" rather than
the :doc: directive. That helps to improve the readability of the
plain-text documentation as well.
> +`KUnit` tests therefore are best written against small, self-contained parts
> +of the kernel, which can be tested in isolation. This aligns well with the
> +concept of Unit testing.
If you want literal text, you need a double backtick: ``KUnit``.
Otherwise I'd just use normal quotes.
Thanks,
jon
Powered by blists - more mailing lists