From 9e32b6ae4874530acf93aab547e4e30b75f65e97 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 15 Jun 2018 15:05:00 -0300 Subject: [PATCH] Small typo and grammar fix --- testing/example_scripts/README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/testing/example_scripts/README.rst b/testing/example_scripts/README.rst index 26ea73dd5..97d0fda5c 100644 --- a/testing/example_scripts/README.rst +++ b/testing/example_scripts/README.rst @@ -2,7 +2,8 @@ Example test scripts ===================== -the files in this folder are not direct tests, but rather example testsutes that demonstrate certain issues/behaviours +The files in this folder are not direct tests, but rather example test suites that demonstrate certain issues/behaviours. -in future we will move part of the content of the acceptance tests here in order to have directly testable code instead of writing out things and then running them in nested pytest sessions/subprocesses -this will aid debugging and comprehension. +In the future we will move part of the content of the acceptance tests here in order to have directly testable code instead of writing out things and then running them in nested pytest sessions/subprocesses. + +This will aid debugging and comprehension.