• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Mar-2022-

acceptance/H30-Mar-2022-1710

collect/H30-Mar-2022-2012

config/collect_pytest_prefix/H30-Mar-2022-64

conftest_usageerror/H30-Mar-2022-95

dataclasses/H30-Mar-2022-10471

fixtures/H30-Mar-2022-197112

issue88_initial_file_multinodes/H30-Mar-2022-1810

marks/marks_considered_keywords/H30-Mar-2022-84

perf_examples/collect_stats/H30-Mar-2022-3324

tmpdir/H30-Mar-2022-85

unittest/H30-Mar-2022-11471

warnings/H30-Mar-2022-5027

README.rstH A D30-Mar-2022420 105

issue_519.pyH A D30-Mar-20221.5 KiB5438

junit-10.xsdH A D30-Mar-20226.4 KiB148113

pytest.iniH A D30-Mar-202270 32

README.rst

1Example test scripts
2=====================
3
4
5The files in this folder are not direct tests, but rather example test suites that demonstrate certain issues/behaviours.
6
7In 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.
8
9This will aid debugging and comprehension.
10