Skip to content

Commit e2f673e

Browse files
committed
release v1.0.4
1 parent 1be9d9c commit e2f673e

File tree

9 files changed

+13
-10
lines changed

9 files changed

+13
-10
lines changed

build/lib/swaggerjmx/get_swagger.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@
99
import json
1010

1111

12-
13-
1412
def get_test_plan(swagger_url=None, swagger_url_json_path=None):
15-
16-
1713
global data
1814
if swagger_url is None:
1915
try:
@@ -60,4 +56,3 @@ def get_test_plan(swagger_url=None, swagger_url_json_path=None):
6056
"sampler_comments": sample_value.get("description")})
6157

6258
return thread_groups
63-
get_test_plan(swagger_url='http://10.231.132.81:6003/v2/api-docs')

build/lib/swaggerjmx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "1.0.3"
2+
__version__ = "1.0.4"
33

44
import os
55
import sys
-7.47 KB
Binary file not shown.

dist/swaggerjmx-1.0.3.tar.gz

-5.51 KB
Binary file not shown.
7.62 KB
Binary file not shown.

dist/swaggerjmx-1.0.4.tar.gz

5.73 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="swaggerjmx",
10-
version="1.0.3",
10+
version="1.0.4",
1111
keywords=["pip", "swagger", "jmx", "swagger convert jmx"],
1212
description="swagger convert jmx",
1313
long_description=long_description,

swaggerjmx.egg-info/PKG-INFO

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Metadata-Version: 2.1
22
Name: swaggerjmx
3-
Version: 1.0.3
3+
Version: 1.0.4
44
Summary: swagger convert jmx
55
Home-page: https://github.com/Pactortester/swaggerjmx
66
Author: lijiawei
77
Author-email: [email protected]
88
License: MIT Licence
9-
Description: # swagger_jmx
9+
Description: # swaggerjmx
1010

1111

1212
[![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)
@@ -66,6 +66,7 @@ Description: # swagger_jmx
6666

6767
```
6868

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

@@ -82,6 +83,13 @@ Description: # swagger_jmx
8283
conversion()
8384

8485
```
86+
87+
##
88+
89+
以上便是 swaggerjmx 的基本用法介绍。
90+
91+
如果您有发现错误,或者您对 swaggerjmx 有任何建议,欢迎到 [swaggerjmx Issues](https://github.com/Pactortester/swaggerjmx/issues) 发表,非常感谢您的支持。您的反馈和建议非常宝贵,希望您的参与能帮助 swaggerjmx 做得更好。
92+
8593
Keywords: pip,swagger,jmx,swagger convert jmx
8694
Platform: any
8795
Classifier: License :: OSI Approved :: MIT License

swaggerjmx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "1.0.3"
2+
__version__ = "1.0.4"
33

44
import os
55
import sys

0 commit comments

Comments
 (0)