File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ async def test_file_watcher(tmp_path: pathlib.Path) -> None:
17
17
"""Ensure file watcher is returning paths on file events.
18
18
19
19
Args:
20
- tmp_path (pathlib.Path): A tmp directory to run the file watcher on.
21
- Created by pytest.
20
+ tmp_path: A tmp directory to run the file watcher on. Created by pytest.
22
21
"""
23
22
filename = tmp_path / "test-file"
24
23
file_watcher = FileWatcher (paths = [str (tmp_path )])
@@ -56,8 +55,7 @@ async def test_file_watcher_deletes(tmp_path: pathlib.Path) -> None:
56
55
the file doesn't exist.
57
56
58
57
Args:
59
- tmp_path (pathlib.Path): A tmp directory to run the file watcher on.
60
- Created by pytest.
58
+ tmp_path: A tmp directory to run the file watcher on. Created by pytest.
61
59
"""
62
60
filename = tmp_path / "test-file"
63
61
file_watcher = FileWatcher (
You can’t perform that action at this time.
0 commit comments