文件名称:swagger-stub:从庞大的文件生成存根
文件大小:27KB
文件格式:ZIP
更新时间:2024-05-29 19:32:32
Python
挥舞存根 Swagger-Stub会自动创建您的Swagger REST API的存根。 该存根可以在任何需要的地方使用,例如在用于单元测试的pytest固定装置中。 除了模拟API外,您还可以模拟某些调用,并检查对API进行的每个调用。 相关图书馆 您可能会找到与此库相关的库: :在单元测试中自动测试您的swagger API。 所有测试调用均由您的swagger文件生成。 :将几个swagger规格汇总为一个。 对您的API网关很有用! :解析摇摇欲坠的规范的助手。 您可以访问HTTP操作/路径和一些示例数据 用法示例 import pytest import requests from swagger_stub import swagger_stub # This is the fixture of your stub # You only need to specif
【文件预览】:
swagger-stub-master
----MANIFEST.in(298B)
----.travis.yml(982B)
----README.rst(3KB)
----docs()
--------history.rst(28B)
--------conf.py(8KB)
--------usage.rst(2KB)
--------make.bat(6KB)
--------installation.rst(228B)
--------authors.rst(28B)
--------readme.rst(27B)
--------Makefile(7KB)
--------index.rst(511B)
--------contributing.rst(33B)
----AUTHORS.rst(170B)
----requirements_dev.txt(131B)
----travis_pypi_setup.py(4KB)
----CONTRIBUTING.rst(3KB)
----tests()
--------__init__.py(24B)
--------test_swagger_stub.py(3KB)
--------swagger.yaml(14KB)
----tox.ini(344B)
----LICENSE(1KB)
----swagger_stub()
--------__init__.py(162B)
--------swagger_stub.py(8KB)
----HISTORY.rst(288B)
----setup.cfg(186B)
----requirements.txt(52B)
----.checkignore(29B)
----setup.py(2KB)
----.gitignore(726B)
----Makefile(2KB)
----.editorconfig(292B)