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.
hypothesisare handled.pytestis be launched using pytest binary (pytest.exe or /bin/pytest) or as module (python -m pytest).stdoutif 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.