Organize test-cases into folders, extract compatibility test into proper test, support adding test-case specific tests
This commit is contained in:
		
							
								
								
									
										5
									
								
								betterproto/tests/inputs/keywords/keywords.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								betterproto/tests/inputs/keywords/keywords.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| { | ||||
|   "for": 1, | ||||
|   "with": 2, | ||||
|   "as": 3 | ||||
| } | ||||
							
								
								
									
										7
									
								
								betterproto/tests/inputs/keywords/keywords.proto
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								betterproto/tests/inputs/keywords/keywords.proto
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| syntax = "proto3"; | ||||
|  | ||||
| message Test { | ||||
|   int32 for = 1; | ||||
|   int32 with = 2; | ||||
|   int32 as = 3; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user