Skip to content

Commit

Permalink
Merge pull request #204 from CS2103AUG2016-F11-C1/manual-testing
Browse files Browse the repository at this point in the history
Manual testing
  • Loading branch information
louietyj committed Nov 7, 2016
2 parents 8ff2025 + 9000970 commit 6617031
Show file tree
Hide file tree
Showing 3 changed files with 711 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def random_time_pair():
def enter_command(command):
if DEBUG:
print(command)
else:
else:
pyautogui.hotkey('ctrl', 'a')
pyautogui.typewrite(command)
pyautogui.press('enter')

Expand Down
Loading

0 comments on commit 6617031

Please sign in to comment.