4 Star 1 Fork 1

Gitee 极速下载/toil

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/BD2KGenomics/toil
克隆/下载
setup.cfg 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
Adam Novak 提交于 2025-05-28 21:48 +08:00 . Test worker import in CWL (#5290)
[tool:pytest]
# Look for any python file, the default of test_*.py wouldn't work for us
python_files=*.py
# Also run doctestsi
addopts = --doctest-modules --tb=native --assert=plain --strict-markers -r sfEi --color=yes
norecursedirs=src/toil/test/cwl/spec*
# List all the pytest markers that we use. If you add new markers make sure to
# list them here.
markers =
appliance
aws_batch
aws_ec2
aws_s3
celery
cwl
docker
docker_cuda
encryption
fetchable_appliance
google_project
google_storage
gridengine
htcondor
integrative
java
kubernetes
local_cuda
lsf
mesos
online
rsync
server_mode
slow
slurm
singularity
torque
wes_server
conformance
cwl_small_log_dir
cwl_small
wdl
[flake8]
# for compatability with the "black" Python code formatter
max-line-length = 88
select = C,E,F,W,B,B950
ignore = E203, E501, W503
[mypy]
show_error_context = true
show_column_numbers = true
show_error_codes = true
pretty = true
warn_unused_configs = True
disallow_any_generics = True
disallow_subclassing_any = False
disallow_untyped_defs = True
disallow_incomplete_defs = True
check_untyped_defs = True
no_implicit_optional = True
warn_redundant_casts = True
warn_unused_ignores = True
warn_return_any = True
implicit_reexport = False
strict_equality = True
no_warn_no_return = True
[mypy-toil.cwl.*]
strict = True
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/toil.git
git@gitee.com:mirrors/toil.git
mirrors
toil
toil
master

搜索帮助