jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[doc] Update ui_tests.py documentation

Change-Id: I4a6f5536ad125cc565cf8061e4fc21fa37b91339
---
M tests/ui_tests.py
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/ui_tests.py b/tests/ui_tests.py
index 6d17093..d95c06e 100644
--- a/tests/ui_tests.py
+++ b/tests/ui_tests.py
@@ -15,9 +15,8 @@
# adapt the helper functions in TestWindowsTerminalUnicode for other versions.
#
# For the Windows-based tests, you need the following packages installed:
-# - pywin32, for clipboard access, which can be downloaded here:
-# http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/
-# make sure to download the package for the correct python version!
+# - pywin32, for clipboard access, which can be installed using:
+# pip install -U pywin32
#
# - pywinauto, to send keys to the terminal, which can be installed using:
# pip install -U pywinauto

To view, visit change 657853. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I4a6f5536ad125cc565cf8061e4fc21fa37b91339
Gerrit-Change-Number: 657853
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged