Skip to content

Commit

Permalink
Test data.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Aug 21, 2019
1 parent b330e64 commit 8b96803
Show file tree
Hide file tree
Showing 6 changed files with 558 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ target/
# IntelliJ IDEA
.idea/

main
main
*_pb2.py
5 changes: 5 additions & 0 deletions tests/files/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python-run:
python3 main.py

python-generate:
protoc --python_out=. *.proto
2 changes: 1 addition & 1 deletion tests/files/enum.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ message Message {
B = 1;
}

enum Enum value = 1;
Enum value = 1;
}

0 comments on commit 8b96803

Please sign in to comment.