1 Star 1 Fork 0

shadon / tests

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 351 Bytes
一键复制 编辑 原始数据 按行查看 历史
fenghaikun 提交于 2017-11-30 14:41 . 获取用例,调整结构
from setuptools import setup, find_packages
setup(
name='shadon_Test',
version='1.0.0',
packages=find_packages(),
url='',
license='',
author='php-include',
author_email='haikun2012@qq.com',
description='shadon 框架专用自动化测试项目',
install_requires=['requests', 'selenium','beautifulsoup4','lxml']
)
Python
1
https://gitee.com/shadon/tests.git
git@gitee.com:shadon/tests.git
shadon
tests
tests
master

搜索帮助