1 Star 0 Fork 0

chenweifeng / pytorch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pytest.ini 378 Bytes
一键复制 编辑 原始数据 按行查看 历史
[pytest]
addopts =
# show summary of all tests that did not pass
-rEfX
# Make tracebacks shorter
--tb=native
# capture only Python print and C++ py::print, but not C output (low-level Python errors)
--capture=sys
# don't suppress warnings, but don't shove them all to the end either
-p no:warnings
testpaths =
test
junit_logging_reruns = all
1
https://gitee.com/wilfchen/pytorch.git
git@gitee.com:wilfchen/pytorch.git
wilfchen
pytorch
pytorch
master

搜索帮助