Skip to content

Commit

Permalink
release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pactortester committed Jul 13, 2020
1 parent 1be9d9c commit e2f673e
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 10 deletions.
5 changes: 0 additions & 5 deletions build/lib/swaggerjmx/get_swagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
import json




def get_test_plan(swagger_url=None, swagger_url_json_path=None):


global data
if swagger_url is None:
try:
Expand Down Expand Up @@ -60,4 +56,3 @@ def get_test_plan(swagger_url=None, swagger_url_json_path=None):
"sampler_comments": sample_value.get("description")})

return thread_groups
get_test_plan(swagger_url='http://10.231.132.81:6003/v2/api-docs')
2 changes: 1 addition & 1 deletion build/lib/swaggerjmx/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "1.0.3"
__version__ = "1.0.4"

import os
import sys
Expand Down
Binary file removed dist/swaggerjmx-1.0.3-py3-none-any.whl
Binary file not shown.
Binary file removed dist/swaggerjmx-1.0.3.tar.gz
Binary file not shown.
Binary file added dist/swaggerjmx-1.0.4-py3-none-any.whl
Binary file not shown.
Binary file added dist/swaggerjmx-1.0.4.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="swaggerjmx",
version="1.0.3",
version="1.0.4",
keywords=["pip", "swagger", "jmx", "swagger convert jmx"],
description="swagger convert jmx",
long_description=long_description,
Expand Down
12 changes: 10 additions & 2 deletions swaggerjmx.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Metadata-Version: 2.1
Name: swaggerjmx
Version: 1.0.3
Version: 1.0.4
Summary: swagger convert jmx
Home-page: https://github.com/Pactortester/swaggerjmx
Author: lijiawei
Author-email: 1456470136@qq.com
License: MIT Licence
Description: # swagger_jmx
Description: # swaggerjmx


[![Build Status](https://travis-ci.com/Pactortester/swaggerjmx.svg?branch=master)](https://travis-ci.com/Pactortester/swaggerjmx) ![PyPI](https://img.shields.io/pypi/v/swaggerjmx) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/swaggerjmx) ![GitHub top language](https://img.shields.io/github/languages/top/Pactortester/swaggerjmx) ![PyPI - Downloads](https://img.shields.io/pypi/dm/swaggerjmx?style=plastic) ![GitHub stars](https://img.shields.io/github/stars/Pactortester/swaggerjmx?style=social) ![https://blog.csdn.net/flower_drop](https://img.shields.io/badge/csdn-%40flower__drop-orange)
Expand Down Expand Up @@ -66,6 +66,7 @@ Description: # swagger_jmx

```


## Demo_2
- 需要登录才能访问的,可以复制swagger_url页面上的json信息,保存json文件,使用Demo_2方式转换

Expand All @@ -82,6 +83,13 @@ Description: # swagger_jmx
conversion()

```

##

以上便是 swaggerjmx 的基本用法介绍。

如果您有发现错误,或者您对 swaggerjmx 有任何建议,欢迎到 [swaggerjmx Issues](https://github.com/Pactortester/swaggerjmx/issues) 发表,非常感谢您的支持。您的反馈和建议非常宝贵,希望您的参与能帮助 swaggerjmx 做得更好。

Keywords: pip,swagger,jmx,swagger convert jmx
Platform: any
Classifier: License :: OSI Approved :: MIT License
Expand Down
2 changes: 1 addition & 1 deletion swaggerjmx/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "1.0.3"
__version__ = "1.0.4"

import os
import sys
Expand Down

0 comments on commit e2f673e

Please sign in to comment.