From 99402cf1c05720ee2ab8465262c7da8e412b6c5e Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Fri, 15 Jun 2018 20:02:01 +0200 Subject: [PATCH] add a readme to the example scripts --- testing/example_scripts/README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testing/example_scripts/README.rst diff --git a/testing/example_scripts/README.rst b/testing/example_scripts/README.rst new file mode 100644 index 000000000..26ea73dd5 --- /dev/null +++ b/testing/example_scripts/README.rst @@ -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.