File tree Expand file tree Collapse file tree 4 files changed +2
-3
lines changed
Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3535 " -v" ,
3636 " --cov" ,
3737 " --cov-report=html" ,
38- " qwt"
3938 ],
4039 "python.analysis.autoFormatStrings" : true ,
4140 "editor.defaultFoldingRangeProvider" : " ms-python.black-formatter" ,
File renamed without changes.
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ call %~dp0utils GetScriptPath SCRIPTPATH
1111call %FUNC% SetPythonPath
1212call %FUNC% UsePython
1313set COVERAGE_PROCESS_START = %SCRIPTPATH% \..\.coveragerc
14- pytest -v --cov --cov-report=html %MODNAME%
14+ pytest -v --cov --cov-report=html
1515start htmlcov\index.html
1616call %FUNC% EndOfScript
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ for /D %%d in ("%DIR0%*") do (
1919 set WINPYDIRBASE = %%d
2020 call !WINPYDIRBASE! \scripts\env.bat
2121 echo Running pytest from " %%d " :
22- pytest --ff -q %MODNAME%
22+ pytest --ff -q
2323 echo ----
2424)
2525call %FUNC% EndOfScript
You can’t perform that action at this time.
0 commit comments