软件包:python3-stubserver(1.1-2)
python3-stubserver 的相关链接
Debian 的资源:
下载源码包 python-stubserver:
- [python-stubserver_1.1-2.dsc]
- [python-stubserver_1.1.orig.tar.gz]
- [python-stubserver_1.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [pypi.org]
相似软件包:
mock tester of external web dependencies for Python
Testing external web dependencies in a mock objects style. This library includes the tests at the bottom of the stubserver.py file, which serve both as the TDD tests written while creating this library, and as examples / documentation. It supports any HTTP method, i.e. GET, PUT, POST and DELETE. It supports chunked encoding, but currently the developers have no use cases for multipart support etc, so it doesn't do it.
There is also an FTPStubServer for your FTP testing needs, but that is NOT bug free at the moment. All assistance gratefully received.