代码拉取完成,页面将自动刷新
[pytest]
addopts = --verbose -n 5 --reruns 1 --html=./tests/end2end/report.html --self-contained-html
testpaths = ./tests/end2end/test_*.py
;addopts = : The arguments following "addopts" indicate that they will be automatically added to
; the command-line argument list every time you run pytest.
;--verbose : The request is to output detailed debugging information.
;-n 5 : The request is to run 5 concurrent processes. [one gpu only]
; recommend using n 5 (maximum) avoid potential GPU memory overflow, or less
;--reruns 1 : The request is to rerun the failed cases once.
;--html : The request is to generate a html report.
;--self-contained-html : The request is to generate a self-contained html report.
;In addition to "addopts," you can also manually specify additional arguments on the command line.
;-k : The request is to run the test cases that match the specified keyword.
; For example, pytest -k "TransR or HetGNN or NARS or HDE" //Specify the name of the model.
; pytets -k "node_classification" //Specify the name of the test function.
; pytest -k "LastFM4KGCN-KGCN" //Specify the name of the dataset-model.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。