Add python-testing-crawler

This commit is contained in:
Chris Wood 2020-05-27 14:47:32 +01:00 committed by GitHub
parent c5e77ef595
commit c33170f256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1102,6 +1102,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [Selenium](https://pypi.org/project/selenium/) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver. * [Selenium](https://pypi.org/project/selenium/) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver.
* [sixpack](https://github.com/seatgeek/sixpack) - A language-agnostic A/B Testing framework. * [sixpack](https://github.com/seatgeek/sixpack) - A language-agnostic A/B Testing framework.
* [splinter](https://github.com/cobrateam/splinter) - Open source tool for testing web applications. * [splinter](https://github.com/cobrateam/splinter) - Open source tool for testing web applications.
* [python-testing-crawler](https://github.com/python-testing-crawler/python-testing-crawler) - Crawls web apps in tests to check all endpoints.
* Mock * Mock
* [mock](https://docs.python.org/3/library/unittest.mock.html) - (Python standard library) A mocking and patching library. * [mock](https://docs.python.org/3/library/unittest.mock.html) - (Python standard library) A mocking and patching library.
* [doublex](https://pypi.org/project/doublex/) - Powerful test doubles framework for Python. * [doublex](https://pypi.org/project/doublex/) - Powerful test doubles framework for Python.