mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 16:28:19 +02:00
...
This commit is contained in:
@@ -263,6 +263,9 @@ class TestDnDKitten(BaseTest):
|
|||||||
self.assert_files_have_same_content(jn(self.src_data_dir, 'some-image.png'), jn(self.kitten_wd, img_drop_path))
|
self.assert_files_have_same_content(jn(self.src_data_dir, 'some-image.png'), jn(self.kitten_wd, img_drop_path))
|
||||||
shutil.rmtree(os.path.dirname(jn(self.kitten_wd, img_drop_path)))
|
shutil.rmtree(os.path.dirname(jn(self.kitten_wd, img_drop_path)))
|
||||||
if remote_client:
|
if remote_client:
|
||||||
|
# TODO: need to send data for the items in the uri list based on
|
||||||
|
# current data requests using wait_for_state() to handle data
|
||||||
|
# requests as they arrive.
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
self.wait_for_state('last_drop_action', GLFW_DRAG_OPERATION_COPY)
|
self.wait_for_state('last_drop_action', GLFW_DRAG_OPERATION_COPY)
|
||||||
|
|||||||
Reference in New Issue
Block a user