Skip to content

Commit 6658cb8

Browse files
committed
docs
1 parent 4cfe908 commit 6658cb8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/development.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,14 @@ With this map you can usually answer:
4545
- _"How is tool Y executed?"_ – see `src/eca/features/tools/<y>.clj`.
4646
- _"How do we talk to provider Z?"_ – adapter under `llm_providers/`.
4747

48-
### Tests
48+
### Unit Tests
4949

5050
Run with `bb test` or run test via Clojure REPL. CI will run the same task.
5151

52+
### Integration Tests
53+
54+
Run with `bb integration-test`, it will use your `eca` binary project root to spawn a server process and communicate with it via JSONRPC, testing the whole eca flow like an editor.
55+
5256
## Coding
5357

5458
There are several ways of finding and fixing a bug or implementing a new feature:

0 commit comments

Comments
 (0)