You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -859,18 +859,18 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
859
859
*[contexts](https://github.com/benjamin-hodgson/Contexts) - A BDD framework for Python 3.3+. Inspired by C#'s `Machine.Specifications`.
860
860
*[hypothesis](https://github.com/DRMacIver/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library.
861
861
*[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.
863
862
*[pyshould](https://github.com/drslump/pyshould) - Should style asserts based on [PyHamcrest](https://github.com/hamcrest/PyHamcrest).
864
863
*[pytest](http://pytest.org/latest/) - A mature full-featured Python testing tool.
865
864
*[green](https://github.com/CleanCut/green) - A clean, colorful test runner.
866
865
*[pyvows](http://heynemann.github.io/pyvows/) - BDD style testing for Python. Inspired by [Vows.js](https://github.com/vowsjs/vows).
867
866
*[Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
868
867
*[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
870
869
*[Selenium](https://pypi.python.org/pypi/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver.
871
870
*[locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python.
872
871
*[sixpack](https://github.com/seatgeek/sixpack) - A language-agnostic A/B Testing framework.
873
872
*[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.
874
874
* Mock
875
875
*[mock](https://docs.python.org/3/library/unittest.mock.html) - (Python standard library) A mocking and patching library.
876
876
*[doublex](https://pypi.python.org/pypi/doublex) - Powerful test doubles framework for Python.
0 commit comments