Skip to content

Commit

Permalink
Move integration testing into Rust framework
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarzik committed Feb 19, 2024
1 parent c756692 commit 7613401
Show file tree
Hide file tree
Showing 4 changed files with 469 additions and 508 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ $ curl http://127.0.0.1:8080/ | json_pp

## Testing

Integration testing is performed via a separate binary, `tester`.
Integration testing is performed via the normal Rust method:
```
$ cargo run --bin tester
$ cargo test
```

## Other projects
Expand Down
Loading

0 comments on commit 7613401

Please sign in to comment.