提交 bb6b5319 编写于 作者: 泰斯特Test's avatar 泰斯特Test

Lets go

上级 bc4717f7
# testcase-automaker
测试用例自动生成器
testcase-automaker can be used to create interface testcase with different params combo base on pairwise strategy.
installation
pip install allpairspy
pip install testcase-automaker
best practice
from src.autotest_tools.interface.http_params_generator import http_params_generator
from testcase-automaker.autotest_tools.interface.http_params_generator import http_params_generator
params_structure = {
'name': {
......@@ -86,4 +85,4 @@ which is a list that contains the params combo base on pairwise and the given pa
Contact me
523314409@qq.com
\ No newline at end of file
For information and suggestions you can contact me at 523314409@qq.com
\ No newline at end of file
......@@ -2,6 +2,7 @@
import string
import random
def get_random_phone_num():
num_start = ['134', '135', '136', '137', '138', '139', '150', '151', '152', '158', '159', '157', '182', '187', '188',
'147', '130', '131', '132', '155', '156', '185', '186', '133', '153', '180', '189']
......
import sys
sys.path.append("../..")
from src.autotest_tools.interface.http_params_generator import http_params_generator
from autotest_tools.interface.http_params_generator import http_params_generator
from Utils import httptools
from ptest.plogger import preporter
import requests
......
import setuptools
with open("README.md", "r", encoding='utf-8') as fh:
long_description = fh.read()
setuptools.setup(
name="testcase-automaker",
version="1.0.0",
author="Yuyi Shao",
author_email="523314409@qq.com",
description="testcase-automake base on pairwise",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/amazingTest/testcase-automaker",
packages=setuptools.find_packages(),
classifiers=(
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independent",
),
)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册