-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
warn about tests returning any non-None value #5735
Copy link
Copy link
Closed
Labels
topic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch
Metadata
Metadata
Assignees
Labels
topic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch
Currently there's a warning for coroutine functions (async def) but not for
twisted.internet.defer.inlineCallbacks, where the only way to tell is the fact that the test returned a deferredpip listfrom the virtual environment you are using