webtest
Application tester
Allows testing of WSGI applications without setting up an HTTP server
Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.
336 stars
20 watching
110 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
plantain-00/ws-tool | A comprehensive toolset for testing various network protocols and APIs | 25 |
palindromelabs/stews | A tool suite for security testing of WebSockets | 334 |
wntrblm/nox | Automates testing in multiple Python environments. | 1,333 |
carsongee/pytest-pylint | A pytest plugin that integrates pylint with the testing framework. | 75 |
agourlay/cornichon | A testing tool for JSON APIs written in Scala | 227 |
pnuckowski/aioresponses | A tool to mock and test asynchronous HTTP requests in Python applications | 517 |
scanapi/scanapi | A tool for automating integration testing and generating live documentation for REST APIs | 1,381 |
eldaduzman/pymeter | A Python API for creating and executing load test scenarios using JMeter's scripting capabilities | 136 |
posener/wstest | A tool for testing WebSocket handlers without requiring an active network connection or port allocation. | 102 |
wix-incubator/wix-http-testkit | A testing library for HTTP services | 32 |
gusaul/grpcox | A web-based GUI client for testing and developing gRPC services | 704 |
webpro/automated-spa-testing | An automated testing framework for client-side single-page applications (SPAs) | 106 |
peritus/robotframework-httplibrary | A test library for sending HTTP requests in a robot framework-based testing environment. | 76 |
apiel/test-crawler | A tool for end-to-end testing of web applications by crawling and comparing screenshots. | 32 |
gnulnx/goperf | A Go-based tool for simulating concurrent web traffic to test load and performance of web applications. | 38 |