test_ok2/testing/example_scripts
Daniel Hahler 0d31e852b1 Run isort 2019-03-01 14:24:18 +01: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 tests: harden test_config_error 2018-11-09 01:31:53 +01:00
dataclasses Move dataclass tests for 3.7 to separate file 2018-11-12 15:36:16 -06:00
deprecated Issue a warning when a fixture named 'request' is collected 2018-10-20 12:09:44 -03:00
fixtures Deprecate `raises(..., 'code(as_a_string)')` / `warns(..., 'code(as_a_string)') 2018-11-29 09:34:51 -08:00
issue88_initial_file_multinodes port some acceptance tests over to copy_example 2018-06-26 22:59:40 +02:00
marks/marks_considered_keywords fix #4649 - also transfer markers to keywordmapping 2019-01-18 23:18:51 +01:00
perf_examples/collect_stats Run isort 2019-03-01 14:24:18 +01:00
tmpdir Deprecate calling fixture functions directly 2018-07-26 19:58:42 -03:00
unittest Fix setUpClass being called in subclasses that were skipped 2019-01-31 20:24:11 -02:00
warnings Group warnings by message instead of by test id 2019-01-22 19:42:22 -02:00
README.rst Small typo and grammar fix 2018-06-15 15:05:00 -03:00
issue_519.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -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.