From cfc208bf325cbfe32f07cafc58f69ccad7b03122 Mon Sep 17 00:00:00 2001 From: Stian Soiland-Reyes Date: Thu, 18 Nov 2021 01:58:55 +0000 Subject: [PATCH 1/2] Fixed minor typo --- docs/test_format.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test_format.rst b/docs/test_format.rst index 70be48823..aa2b8fc57 100644 --- a/docs/test_format.rst +++ b/docs/test_format.rst @@ -199,7 +199,7 @@ guide development as well.* The workflow example all the way above demonstrates some assertions one can make about the contents of files. The full list of assertions available is only documented for the Galaxy XML format but it straight -forwad to adapt to the YAML format above - check out the `Galaxy XSD `__ for more information. +forward to adapt to the YAML format above - check out the `Galaxy XSD `__ for more information. Some examples of inexact file comparisons derived from an artificial test case in the Planemo test suite is shown below, these are more options available for checking outputs that may change in small ways over time. From 278df95b73ced9c4c1b53a773470503207b5e290 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Thu, 18 Nov 2021 11:45:50 +0000 Subject: [PATCH 2/2] Missing verb and straightforward is one word. --- docs/test_format.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/test_format.rst b/docs/test_format.rst index aa2b8fc57..fc349310e 100644 --- a/docs/test_format.rst +++ b/docs/test_format.rst @@ -198,8 +198,10 @@ using Planemo. *Tests shouldn't just be an extra step you have to do after devel guide development as well.* The workflow example all the way above demonstrates some assertions one can make about the contents of -files. The full list of assertions available is only documented for the Galaxy XML format but it straight -forward to adapt to the YAML format above - check out the `Galaxy XSD `__ for more information. +files. The full list of assertions available is only documented for the Galaxy XML format but it is +straightforward to adapt to the YAML format above - check out the +`Galaxy XSD `__ +for more information. Some examples of inexact file comparisons derived from an artificial test case in the Planemo test suite is shown below, these are more options available for checking outputs that may change in small ways over time.