add a readme to the example scripts

This commit is contained in:
Ronny Pfannschmidt 2018-06-15 20:02:01 +02:00
parent 3ac2ae3c8c
commit 99402cf1c0
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Example test scripts
=====================
the files in this folder are not direct tests, but rather example testsutes 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.