42 Star 158 Fork 7

Gitee 极速下载/pyecharts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/chenjiandongx/pyecharts
克隆/下载
test.py 308 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunhailin 提交于 2024-06-07 18:22 . migrate from nose to nose2
import os
# nose2
os.system(
"nose2 --with-coverage --coverage pyecharts "
"--coverage-config .coveragerc -s test"
)
# pytest
os.system("pytest -cov-config=.coveragerc --cov=./ test/")
# flake8 for code linting
os.system("flake8 --exclude=build,example,images --max-line-length=89 --ignore=F401")
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/pyecharts.git
git@gitee.com:mirrors/pyecharts.git
mirrors
pyecharts
pyecharts
master

搜索帮助