pytest/testing/example_scripts
Pierre Sassoulas 17c5bbbdae [Fix UP031] Manually, keeping some required %r specifiers
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2024-11-30 14:57:44 +01:00
..
acceptance RFC: from __future__ import annotations + migrate 2024-06-20 11:03:03 +02:00
collect RFC: from __future__ import annotations + migrate 2024-06-20 11:03:03 +02:00
config/collect_pytest_prefix RFC: from __future__ import annotations + migrate 2024-06-20 11:03:03 +02:00
conftest_usageerror RFC: from __future__ import annotations + migrate 2024-06-20 11:03:03 +02:00
customdirectory RFC: from __future__ import annotations + migrate 2024-06-20 11:03:03 +02:00
dataclasses [Fix UP031] Manually, keeping some required %r specifiers 2024-11-30 14:57:44 +01:00
doctest/main_py RFC: from __future__ import annotations + migrate 2024-06-20 11:03:03 +02:00
fixtures RFC: from __future__ import annotations + migrate 2024-06-20 11:03:03 +02:00
issue88_initial_file_multinodes RFC: from __future__ import annotations + migrate 2024-06-20 11:03:03 +02:00
marks/marks_considered_keywords RFC: from __future__ import annotations + migrate 2024-06-20 11:03:03 +02:00
perf_examples/collect_stats RFC: from __future__ import annotations + migrate 2024-06-20 11:03:03 +02:00
tmpdir RFC: from __future__ import annotations + migrate 2024-06-20 11:03:03 +02:00
unittest RFC: from __future__ import annotations + migrate 2024-06-20 11:03:03 +02:00
warnings RFC: from __future__ import annotations + migrate 2024-06-20 11:03:03 +02:00
README.rst Small typo and grammar fix 2018-06-15 15:05:00 -03:00
__init__.py #7124: Fix `--doctest-modules` crashing when `__main__.py` is present (#8949) 2021-07-27 22:50:26 +01:00
issue_519.py Revert the unintended change in tests reordering from #11220 (#12542) 2024-08-11 06:36:32 +02:00
junit-10.xsd Validate xunit2 files against the schema 2019-08-09 10:55:06 -03:00
pytest.ini prepare tests and disable warnings for asyncio unittest cases 2020-03-30 21:55:12 +02: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.