Skip to content

Commit

Permalink
Implemented basic verification unit test for proxide
Browse files Browse the repository at this point in the history
The first unit test for proxide is now implemented with the help of the grpc_tester library which enables the unit test to start and stop gRPC server and gRPC message generation client.

The new server and generator allows the test to check whether proxide is able to intercept messages. In this first iteration the test only verifies that this basic principle works.
  • Loading branch information
Fluxie committed Dec 19, 2023
1 parent 1b21cc3 commit bec7baf
Show file tree
Hide file tree
Showing 6 changed files with 1,124 additions and 26 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Tests
shell: bash
run: |
cargo test
cd test
cargo test --manifest-path ./rust_grpc/Cargo.toml
./test_script.sh
Expand Down
Loading

0 comments on commit bec7baf

Please sign in to comment.