test_ok2/testing/example_scripts/README.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
420 B
ReStructuredText
Raw Permalink Normal View History

2018-06-16 02:02:01 +08:00
Example test scripts
=====================
2018-06-16 02:05:00 +08:00
The files in this folder are not direct tests, but rather example test suites that demonstrate certain issues/behaviours.
2018-06-16 02:02:01 +08:00
2018-06-16 02:05:00 +08:00
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.