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 ba92283 commit 012e27fCopy full SHA for 012e27f
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