test_ok2/testing/example_scripts
Anthony Sottile 1caf6d5907 Upgrade pre-commit hooks 2018-10-08 10:10:46 -07:00
..
acceptance Use unittest.mock if is only aviable 2018-08-22 23:49:40 +02:00
collect Fix 'Package has no len()' error during collection 2018-09-20 17:53:21 -03:00
config/collect_pytest_prefix Only consider actual functions when considering hooks 2018-08-04 16:37:07 -03:00
conftest_usageerror port some acceptance tests over to copy_example 2018-06-26 22:59:40 +02:00
fixtures Upgrade pre-commit hooks 2018-10-08 10:10:46 -07:00
issue88_initial_file_multinodes port some acceptance tests over to copy_example 2018-06-26 22:59:40 +02:00
tmpdir Deprecate calling fixture functions directly 2018-07-26 19:58:42 -03:00
unittest Improve error message when TestCase functions use a parametrized fixture 2018-10-03 19:43:46 -03:00
README.rst Small typo and grammar fix 2018-06-15 15:05:00 -03:00
issue_519.py Upgrade pre-commit hooks 2018-10-08 10:10:46 -07:00

README.rst

Example test scripts
=====================


The files in this folder are not direct tests, but rather example test suites that demonstrate certain issues/behaviours.

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.