test_ok1/testing/example_scripts
Bruno Oliveira 011f88f7e7 Deprecate calling fixture functions directly
This will now issue a RemovedInPytest4Warning when the user calls
a fixture function directly, instead of requesting it from test
functions as is expected

Fix #3661
2018-07-26 19:58:42 -03:00
..
conftest_usageerror port some acceptance tests over to copy_example 2018-06-26 22:59:40 +02:00
fixtures/fill_fixtures move some fill fixture acceptance tests contents to the examples script folder 2018-06-29 10:58:33 +02: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
README.rst Small typo and grammar fix 2018-06-15 15:05:00 -03:00
issue_519.py merge from master to features 2018-06-26 17:01:05 +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.