Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sherlock | 43,348 | 2 days ago | 2 | February 25, 2019 | 156 | mit | Python | |||
🔎 Hunt down social media accounts by username across social networks | ||||||||||
Selenium | 27,761 | 14,155 | 2,387 | 13 hours ago | 185 | August 01, 2023 | 251 | apache-2.0 | Java | |
A browser automation framework and ecosystem. | ||||||||||
Ava | 20,483 | 44,279 | 32,187 | 11 days ago | 110 | June 16, 2023 | 61 | mit | JavaScript | |
Node.js test runner that lets you develop with confidence 🚀 | ||||||||||
Istanbul | 8,577 | 132,065 | 44,558 | 10 months ago | 95 | August 21, 2016 | 400 | other | JavaScript | |
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale. | ||||||||||
Hurl | 6,186 | 2 | 16 hours ago | 14 | June 30, 2023 | 111 | apache-2.0 | Rust | ||
Hurl, run and test HTTP requests with plain text. | ||||||||||
Uiautomator2 | 5,414 | 13 | 23 | 10 days ago | 564 | June 13, 2022 | 343 | mit | Python | |
Android Uiautomator2 Python Wrapper | ||||||||||
Sysbench | 5,290 | 2 months ago | 1 | February 27, 2018 | 168 | gpl-2.0 | C | |||
Scriptable database and system performance benchmark | ||||||||||
Pyjwt | 4,692 | 9,443 | 2,192 | 8 days ago | 48 | July 18, 2023 | 18 | mit | Python | |
JSON Web Token implementation in Python | ||||||||||
Httplab | 3,916 | 4 months ago | 1 | May 19, 2023 | 14 | mit | Go | |||
The interactive web server | ||||||||||
Speed Test | 3,641 | 21 | 10 | 2 years ago | 14 | November 21, 2021 | 2 | mit | JavaScript | |
Test your internet connection speed and ping using speedtest.net from the CLI |
tox
aims to automate and standardize testing in Python. It is part of a larger vision of easing the packaging, testing
and release process of Python software (alongside pytest and
devpi).
tox is a generic virtual environment management and test command line tool you can use for:
Please read our user guide for an example and more detailed introduction, or watch this YouTube video that presents the problem space and how tox solves it.