Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/promptfoo/promptfoo
/ evaluator.progress.test.ts
File
evaluator.progress.test.ts
test/evaluator.progress.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
readline from
'readline'
;
2
3
import
{ afterEach, beforeEach, describe, expect, it, vi } from
'vitest'
;
4
import
{ createMockProvider } from
'./factories/provider'
;
Callers
nothing calls this directly
Calls
13
setLogCallback
Function · 0.90
createMockProvider
Function · 0.90
it
Function · 0.85
updateProgress
Method · 0.80
updateTotalCount
Method · 0.80
installLogInterceptor
Method · 0.80
removeLogInterceptor
Method · 0.80
push
Method · 0.80
initialize
Method · 0.45
complete
Method · 0.45
stop
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected