We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7955da commit fb7488eCopy full SHA for fb7488e
tests/utils/test_file_watcher.py
@@ -39,6 +39,9 @@ async def fake_awatch(
39
Args:
40
*paths: Paths to watch.
41
**kwargs: Keyword arguments to pass to the awatch function.
42
+
43
+ Yields:
44
+ The file changes in the sequence provided to the constructor.
45
"""
46
for change in self.changes:
47
yield {change}
0 commit comments