-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
plugin: pytesterrelated to the pytester builtin pluginrelated to the pytester builtin plugintype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch
Description
I would like to rewrite this pytest-twisted test but the new way would run indefinitely on failure. It's already using testdir.run()
but that doesn't support a timeout. There's spawn_pytest()
and spawn()
but they involve pexpect which doesn't seem right. What's proper? I can certainly provide a PR for adding a timeout to testdir.run()
if that's the answer.
Metadata
Metadata
Assignees
Labels
plugin: pytesterrelated to the pytester builtin pluginrelated to the pytester builtin plugintype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch