Skip to content

Commit 5e60f22

Browse files
authored
Update README.md
1 parent 68ab909 commit 5e60f22

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

README.md

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -97,49 +97,6 @@ This menthods points to the same Model Runner (`llama.cpp engine`) but through d
9797
It uses the host-side TCP support via `host.docker.internal:12434`
9898

9999

100-
101-
102-
## Testing
103-
104-
The application includes comprehensive integration tests using Testcontainers in Go.
105-
106-
### Running Tests
107-
108-
```bash
109-
# Run all tests
110-
cd tests
111-
go test -v ./integration
112-
113-
# Run specific test categories
114-
go test -v ./integration -run TestGenAIAppIntegration # API tests
115-
go test -v ./integration -run TestFrontendIntegration # UI tests
116-
go test -v ./integration -run TestGenAIQuality # Quality tests
117-
go test -v ./integration -run TestGenAIPerformance # Performance tests
118-
119-
# Run tests in short mode (faster)
120-
go test -v ./integration -short
121-
122-
# Run tests with Docker Compose instead of Testcontainers
123-
export USE_DOCKER_COMPOSE=true
124-
go test -v ./integration -run TestWithDockerCompose
125-
```
126-
127-
Alternatively, you can use the provided Makefile:
128-
129-
```bash
130-
# Run all tests
131-
make -C tests test
132-
133-
# Run specific test categories
134-
make -C tests test-api
135-
make -C tests test-frontend
136-
make -C tests test-quality
137-
make -C tests test-performance
138-
139-
# Clean up test resources
140-
make -C tests clean
141-
```
142-
143100
## Configuration
144101

145102
The backend connects to the LLM service using environment variables defined in `backend.env`:

0 commit comments

Comments
 (0)