1 Star 0 Fork 0

AIdiot-Rinpoche/python-patterns

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tox.ini 606 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yusuke Hayashi 提交于 2021-01-24 19:49 . house keeping update
[tox]
envlist = py38,py39,cov-report
skip_missing_interpreters = true
[testenv]
setenv =
COVERAGE_FILE = .coverage.{envname}
deps =
-r requirements-dev.txt
commands =
flake8 . --exclude="./.*, venv"
; `randomly-seed` option from `pytest-randomly` helps with deterministic outputs for examples like `other/blackboard.py`
pytest --randomly-seed=1234 --doctest-modules patterns/
pytest -s -vv --cov={envsitepackagesdir}/patterns --log-level=INFO tests/
[testenv:cov-report]
setenv =
COVERAGE_FILE = .coverage
deps = coverage
commands =
coverage combine
coverage report
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aidiot-rinpoche/python-patterns.git
[email protected]:aidiot-rinpoche/python-patterns.git
aidiot-rinpoche
python-patterns
python-patterns
master

搜索帮助