Searched defs:TestEventQueue (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/watchdog/tests/ |
D | test_emitter.py | 48 def test_create(p: P, event_queue: TestEventQueue, start_watching: StartWatching, expect_event: Exp… 68 def test_closed(p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> None: 100 def test_create_wrong_encoding(p: P, event_queue: TestEventQueue, start_watching: StartWatching) ->… 128 def test_modify(p: P, event_queue: TestEventQueue, start_watching: StartWatching, expect_event: Exp… 163 def test_move(p: P, event_queue: TestEventQueue, start_watching: StartWatching, expect_event: Expec… 194 event_queue: TestEventQueue, 241 def test_move_to_full(p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> None: 270 def test_move_from_full(p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> None: 325 def test_fast_subdirectory_creation_deletion(p: P, event_queue: TestEventQueue, start_watching: Sta… 357 def test_passing_unicode_should_give_unicode(p: P, event_queue: TestEventQueue, start_watching: Sta… [all …]
|
D | test_inotify_c.py | 41 def test_late_double_deletion(helper: Helper, p: P, event_queue: TestEventQueue, start_watching: St… 128 def test_non_ascii_path(p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> None: 142 def test_watch_file(p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> None:
|
D | utils.py | 43 TestEventQueue = Queue[tuple[FileSystemEvent, ObservedWatch]] variable
|
D | test_fsevents.py | 231 …ing_cfstring_to_pyunicode(p: P, start_watching: StartWatching, event_queue: TestEventQueue) -> Non…
|