gabbi-hypothesis-demo

时间:2024-05-24 12:16:10
【文件属性】:

文件名称:gabbi-hypothesis-demo

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-24 12:16:10

Python

加比假设假说 一个小应用程序,演示如何将与一起使用以测试REST api。 请参阅随附的博客文章, 为 。 我们使用和来创建要测试的服务。 设置 克隆此仓库后,您需要使用以下命令安装其要求: $> pip install -r requirements.txt 然后要测试服务是否设置正确,请运行: $> python manage.py migrate $> python manage.py runserver 这将在端口8000上启动Web服务器,您可以通过转到[http:// localhost:8000 / app / api / things]来测试api。


【文件预览】:
gabbi-hypothesis-demo-master
----app()
--------models.py(102B)
--------api()
--------test_case.py(1KB)
--------__init__.py(0B)
--------migrations()
--------views.py(63B)
--------admin.py(63B)
--------tests.py(2KB)
--------urls.py(122B)
----requirements.txt(44B)
----manage.py(262B)
----gabbihypothesisdemo()
--------wsgi.py(415B)
--------__init__.py(0B)
--------settings.py(3KB)
--------urls.py(198B)
----README.md(883B)

网友评论