Skip to content

Commit

Permalink
Add some tests for stubgen and refactor it
Browse files Browse the repository at this point in the history
  • Loading branch information
unexge committed Jan 6, 2023
1 parent 333bbcf commit 25c9701
Show file tree
Hide file tree
Showing 3 changed files with 566 additions and 155 deletions.
5 changes: 4 additions & 1 deletion rust-runtime/aws-smithy-http-server-python/examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ run: build
py-check: build
python3 -m mypy pokemon_service.py

test: build py-check
py-test:
python3 stubgen_test.py

test: build py-check py-test
cargo test

clippy: codegen
Expand Down
Loading

0 comments on commit 25c9701

Please sign in to comment.