ymmuimlibrary是python3中用于robot框架的移动应用程序测试库

YmmuimLibrar的Python项目详细描述


YmmuimLibrary

详细描述

新版本已经出来了
YmmuimLibrary是用来。

使用说明:
1) 安装:
pip install YmmuimLibrary
2) 执行
Python -c "from YmmuimLibrary.main import  Main; Main()" 
3) 按模板xmind格式要求,编写用例
4) 运行工具,把xmind转化为xls、xlsx格式的文件

最近更新

Last update time: 2019-07-01 
By: 8034.com

###############################################

版本说明

V0.0.2

支持了python3.7

V0.0.1

支持了python3.7

###############################################

打包方式

## 打包 检查
python setup.py check 
## 打包 生成
python setup.py sdist
## 上传
twine upload dist/*
## 使用
pip install YmmuimLibrary 
## 更新
pip install --upgrade YmmuimLibrary
## 卸载
pip uninstall -y YmmuimLibrary 

###############################################

MANIFEST.in

include pat1 pat2 ...   #include all files matching any of the listed patterns
exclude pat1 pat2 ...   #exclude all files matching any of the listed patterns
recursive-include dir pat1 pat2 ...  #include all files under dir matching any of the listed patterns
recursive-exclude dir pat1 pat2 ... #exclude all files under dir matching any of the listed patterns
global-include pat1 pat2 ...    #include all files anywhere in the source tree matching — & any of the listed patterns
global-exclude pat1 pat2 ...    #exclude all files anywhere in the source tree matching — & any of the listed patterns
prune dir   #exclude all files under dir
graft dir   #include all files under dir

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何格式化servlet响应以生成HTML中“accept”参数可接受的媒体类型?   java如何使用JasperReports为单个报表传递多个结果集?   EclipseVBA到JAVA链接   java如何为Gradle中的不同配置配置PMD规则集?   在给出正确答案之前,是否要求回答?Java Eclipse   java查询SearchView崩溃(尝试实现SearchView操作栏)   java为什么跳过我的IF语句?   java循环以获取与输入值最接近的对象   java默认构造函数真正做什么?   java我需要测试类中的测试方法吗   java如何在代码中滚动滚动窗格?   java我需要获得发布和调试证书指纹的帮助   javascript如何在JS中取消Java“DES/CBC/PKCS5Padding”?