Skip to content

Prototype pytest plugin for test discovery/execution. #19790

@karthiknadig

Description

@karthiknadig
  • Ensure that any additional plugins that modify id like hypothesis are handled.
  • Ensure that pytest is be launched using pytest binary (pytest.exe or /bin/pytest) or as module (python -m pytest).
  • Ensure that result is printed to stdout if server is not available (this should help with debugging)

This implementation should be no different than any other pytest plugin, this way we don't interfere with how pytest detects tests, or id generation, test selection, or execution. While debugging tests this plugin will be added to the ignore list in the debug configuration.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions