https://github.com/haukex/py-dummy-servers
Dummy Servers for Testing
https://github.com/haukex/py-dummy-servers
docker ftp-server http-server mock-server pure-ftpd python3 smtp-server valkey
Last synced: about 2 months ago
JSON representation
Dummy Servers for Testing
- Host: GitHub
- URL: https://github.com/haukex/py-dummy-servers
- Owner: haukex
- License: lgpl-3.0
- Created: 2025-12-20T11:27:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-20T12:35:27.000Z (6 months ago)
- Last Synced: 2025-12-22T16:43:36.077Z (6 months ago)
- Topics: docker, ftp-server, http-server, mock-server, pure-ftpd, python3, smtp-server, valkey
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Dummy Servers for Testing
=========================
This package provides some simple mock servers that can be used in tests.
This documentation is a bit sparse; please see the code for details.
Docker is required, except for the SMTP and HTTP servers.
Author, Copyright, and License
------------------------------
Copyright (c) 2025 Hauke Daempfling (haukex@zero-g.net)
at the Leibniz Institute of Freshwater Ecology and Inland Fisheries (IGB),
Berlin, Germany, .
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see .