mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 04:21:07 +00:00
Merge pull request #431 from muxuezi/patch-1
Add PyAutoGUI model at Testing Frameworks
This commit is contained in:
commit
71925dd8fc
|
@ -847,6 +847,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [pytest](http://pytest.org/) - A mature full-featured Python testing tool.
|
||||
* [pyvows](http://heynemann.github.io/pyvows/) - BDD style testing for Python. Inspired by [Vows.js](http://vowsjs.org/).
|
||||
* [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
|
||||
* [PyAutoGUI](https://github.com/asweigart/pyautogui) - A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard. Eventually it would be great to offer the same type of features that [Sikuli](http://www.sikuli.org) offers.
|
||||
* Web Testing
|
||||
* [Selenium](https://pypi.python.org/pypi/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver.
|
||||
* [locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python.
|
||||
|
|
Loading…
Reference in New Issue
Block a user