test_server
HTTP Server to test HTTP clients (Python 3)
Install
- All systems
-
curl cmd.cat/test_server.sh
- Debian
-
apt-get install python3-test-server
- Ubuntu
-
apt-get install python3-test-server
- Kali Linux
-
apt-get install python3-test-server
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-test-server
- Dockerfile
- dockerfile.run/test_server
python3-test-server
HTTP Server to test HTTP clients (Python 3)
HTTP server for unit tests of Python programs or libraries. This package also contains the test_server program. This is the Python 3 version.