This commit is contained in:
2025-04-20 07:28:59 +02:00
parent eccea1ad04
commit 0051754c65
11 changed files with 251 additions and 93 deletions

View File

@@ -138,12 +138,14 @@ The TST implementation uses OurDB for persistent storage:
The project includes a comprehensive test suite that verifies all functionality:
```bash
cd ~/code/git.ourworld.tf/herocode/db/tst
# Run all tests
cargo test
# Run specific test file
cargo test --test basic_test
cargo test --test prefix_test
```
## Running Examples