-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtests-workflow-isolated.edn
More file actions
42 lines (41 loc) · 1.74 KB
/
tests-workflow-isolated.edn
File metadata and controls
42 lines (41 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#kaocha/v1
{:tests
[{:id :workflow
:test-paths ["components/agent-session/test"]
:source-paths ["bases/main/src"
"bases/main/resources"
"components/ai/src"
"components/app-runtime/src"
"components/engine/src"
"components/query/src"
"components/history/src"
"components/introspection/src"
"components/memory/src"
"components/recursion/src"
"components/tui/src"
"components/rpc/src"
"components/agent-core/src"
"components/agent-session/src"
"components/ui-state/src"
"components/system-bootstrap/src"
"extensions/auto-session-name/src"
"extensions/commit-checks/src"
"extensions/hello-ext/src"
"extensions/mcp-tasks-run/src"
"extensions/mementum/src"
"extensions/munera/src"
"extensions/plan-state-learning/src"
"extensions/work-on/src"
"extensions/workflow-display/src"
"extensions/workflow-loader/src"
"test-support"
"components/extension-test-helpers/src"]
:ns-patterns ["psi\\.agent-session\\.workflow-(execution|statechart-runtime|hierarchical-chart|guard-purity|progression)-test$"]}]
:color? true
:fail-fast? false
:capture-output? true
:reporter [kaocha.report/dots]
:plugins [:kaocha.plugin/hooks]
:kaocha.hooks/pre-run [psi.test-hooks/pre-run]
:kaocha.hooks/post-summary [psi.test-hooks/post-summary]
:skip-meta [:integration]}