Small typo and grammar fix

This commit is contained in:
Bruno Oliveira 2018-06-15 15:05:00 -03:00 committed by GitHub
parent 99402cf1c0
commit 9e32b6ae48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -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.