Skip to content

Commit 8cb7b13

Browse files
committed
move PyAutoGUI to GUI / Web Testing section
1 parent 261eaba commit 8cb7b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,18 +859,18 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
859859
* [contexts](https://github.com/benjamin-hodgson/Contexts) - A BDD framework for Python 3.3+. Inspired by C#'s `Machine.Specifications`.
860860
* [hypothesis](https://github.com/DRMacIver/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library.
861861
* [mamba](http://nestorsalceda.github.io/mamba/) - The definitive testing tool for Python. Born under the banner of BDD.
862-
* [PyAutoGUI](https://github.com/asweigart/pyautogui) - PyAutoGUI is a cross-platform GUI automation Python module for human beings.
863862
* [pyshould](https://github.com/drslump/pyshould) - Should style asserts based on [PyHamcrest](https://github.com/hamcrest/PyHamcrest).
864863
* [pytest](http://pytest.org/latest/) - A mature full-featured Python testing tool.
865864
* [green](https://github.com/CleanCut/green) - A clean, colorful test runner.
866865
* [pyvows](http://heynemann.github.io/pyvows/) - BDD style testing for Python. Inspired by [Vows.js](https://github.com/vowsjs/vows).
867866
* [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
868867
* [tox](https://tox.readthedocs.org/en/latest/) - Auto builds and tests [distributions](#distribution) in multiple Python versions using isolated and configurable virtualenvs.
869-
* Web Testing
868+
* GUI / Web Testing
870869
* [Selenium](https://pypi.python.org/pypi/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver.
871870
* [locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python.
872871
* [sixpack](https://github.com/seatgeek/sixpack) - A language-agnostic A/B Testing framework.
873872
* [splinter](https://splinter.readthedocs.org/en/latest/) - Open source tool for testing web applications.
873+
* [PyAutoGUI](https://github.com/asweigart/pyautogui) - PyAutoGUI is a cross-platform GUI automation Python module for human beings.
874874
* Mock
875875
* [mock](https://docs.python.org/3/library/unittest.mock.html) - (Python standard library) A mocking and patching library.
876876
* [doublex](https://pypi.python.org/pypi/doublex) - Powerful test doubles framework for Python.

0 commit comments

Comments
 (0)