From 05729d3dc068e92da0e0f080b780b8a298417bf7 Mon Sep 17 00:00:00 2001 From: jcass Date: Wed, 20 Jan 2016 09:36:07 +0200 Subject: [PATCH] docs:fix bullet list formatting. --- docs/extensiondev.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/extensiondev.rst b/docs/extensiondev.rst index 8e6cc106..c208a092 100644 --- a/docs/extensiondev.rst +++ b/docs/extensiondev.rst @@ -577,6 +577,7 @@ part of the extension. Testing the extension definition -------------------------------- Test cases for checking the definition of the extension should ensure that: + - the extension provides a ``ext.conf`` configuration file containing the relevant parameters with their default values, - that the config schema is fully defined, and @@ -651,6 +652,7 @@ testing:: Backend tests should also ensure that: + - the backend provides a unique URI scheme, - that it sets up the various providers (e.g. library, playback, etc.)::