From: Zac Dover Date: Wed, 18 Nov 2020 17:35:19 +0000 (+1000) Subject: doc/dev: update list in unit test section X-Git-Tag: v16.1.0~551^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=491a2fa8dc70eed681c3ffc59fc19f86fb7cb4ac;p=ceph.git doc/dev: update list in unit test section This commit removes an unwanted extra nested list layer from a list. Signed-off-by: Zac Dover --- diff --git a/doc/dev/developer_guide/tests-unit-tests.rst b/doc/dev/developer_guide/tests-unit-tests.rst index 5347f3ad6c11..427358397064 100644 --- a/doc/dev/developer_guide/tests-unit-tests.rst +++ b/doc/dev/developer_guide/tests-unit-tests.rst @@ -52,8 +52,8 @@ in the ``./src`` directory. The ``add_ceph_test`` and Some unit tests are scripts and other unit tests are binaries that are compiled during the build process. -* - ``add_ceph_test`` function - used to declare unit test scripts -* - ``add_ceph_unittest`` function - used for unit test binaries +* ``add_ceph_test`` function - used to declare unit test scripts +* ``add_ceph_unittest`` function - used for unit test binaries Unit testing of CLI tools -------------------------