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.
2 parents 0eb41b4 + 012e27f commit 5fecc6dCopy full SHA for 5fecc6d
1 file changed
tests/test_watcher.py
@@ -53,6 +53,8 @@ def test_watch_file(self):
53
54
def add_count():
55
watcher.count += 1
56
+
57
+ add_count.repr_str = "add_count test task"
58
59
watcher.watch(filepath, add_count)
60
assert watcher.is_changed(filepath)
0 commit comments