polymathy 0.2.0

Turn search results into answers - a web service that fetches, chunks, and returns semantic content from search queries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Polymathy Tests

## Running Tests

```bash
cargo test
```

## Test Categories

- **Unit Tests**: Located in source files using `#[cfg(test)]` modules
- **Integration Tests**: Located in this directory

## Writing Tests

See Rust testing documentation: https://doc.rust-lang.org/book/ch11-00-testing.html