Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfe1 committed Dec 7, 2020
1 parent 1aaddde commit b809a5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Desktop/test_desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,11 @@ def test_drag_and_drop_by_touch_offset(self, tap_and_hold):

def test_start_screen_recording(self):
mock_desk = MagicMock()
mock_desk._recording = None
DesktopLibrary.start_screen_recording(mock_desk)

def test_stop_screen_recording(self):
mock_desk = MagicMock()
mock_desk._recording = None
DesktopLibrary.start_screen_recording(mock_desk)
DesktopLibrary.stop_screen_recording(mock_desk)

0 comments on commit b809a5c

Please sign in to comment.