Custom pytest (pluggy) hooks customizing generated tests.
Definition at line 36 of file generated_tests.py.
Public Member Functions | |
| Iterable[pytest.Item] | pytest_generate_virtual_tests (self, pytest.File parent, pytest.Config config, Sequence[pytest.Item] existing_items) |
Returns generated pytest items to be collected under the virtual __test_generated__.py file. | |
| Iterable[pytest.Item] pytest_userver.plugins.generated_tests.GeneratedTestsPluginHooks.pytest_generate_virtual_tests | ( | self, | |
| pytest.File | parent, | ||
| pytest.Config | config, | ||
| Sequence[pytest.Item] | existing_items ) |
Returns generated pytest items to be collected under the virtual __test_generated__.py file.
Definition at line 44 of file generated_tests.py.