Skip to content

Commit

Permalink
Yet another fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-v-ryabov committed Oct 9, 2016
1 parent 325ab12 commit 6e4cf33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ def mocked_import(name, globals={}, locals={}, fromlist=[], level=0):

# General information about the project.
project = u'pywinauto'
copyright = u'2015, Mark Mc Mahon'
author = u'Mark Mc Mahon'
copyright = u'2016, Mark Mc Mahon and Contributors'
author = u'Mark Mc Mahon and Contributors'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
10 changes: 6 additions & 4 deletions docs/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ Some similar tools for comparison
- AutoIt_ - free tool with its own Basic-like language (Win32 API based, no .NET plans)
- AutoHotKey_ - native C++ tool with its own scripting language (.ahk)
- `"Awesome test automation" list`_ on GitHub
- Big list of open source tools for functional testing_
- `Big list of open source tools for functional testing`_

.. _Winium.Desktop: https://github.com/2gis/Winium.Desktop
.. _TestStack.White: https://github.com/TestStack/White
.. _AutoIt: http://www.autoitscript.com/
.. _AutoHotKey: https://github.com/Lexikos/AutoHotkey_L/
.. _`"Awesome test automation" list`: https://github.com/atinfo/awesome-test-automation
.. _Big list of open source tools: http://www.opensourcetesting.org/category/functional/
.. _`Big list of open source tools for functional testing`: http://www.opensourcetesting.org/category/functional/

* Commercial tools

Expand Down Expand Up @@ -160,7 +160,9 @@ There are loads of reasons :-)


**Localization as a main requirement:**
I work in the localization industry and GUI
Mark:

"I work in the localization industry and GUI
automation is used extensively as often all
you need to do is ensure that your UI behaves
and is correct with respect to the Source
Expand All @@ -171,5 +173,5 @@ There are loads of reasons :-)
controls and these can change in the localized software. So my goal (
though not yet implemented) is to allow scripts to run unchanged
between original source language (often English) and the translated
software (Japanese, German, etc).
software (Japanese, German, etc)."

0 comments on commit 6e4cf33

Please sign in to comment.