Move betterproto/tests → tests
This commit is contained in:
		
				
					committed by
					
						 Bouke Versteegh
						Bouke Versteegh
					
				
			
			
				
	
			
			
			
						parent
						
							8864f4fdbd
						
					
				
				
					commit
					cebf9176a3
				
			
							
								
								
									
										37
									
								
								tests/inputs/namespace_keywords/namespace_keywords.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								tests/inputs/namespace_keywords/namespace_keywords.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,37 @@ | ||||
| { | ||||
|   "False": 1, | ||||
|   "None": 2, | ||||
|   "True": 3, | ||||
|   "and": 4, | ||||
|   "as": 5, | ||||
|   "assert": 6, | ||||
|   "async": 7, | ||||
|   "await": 8, | ||||
|   "break": 9, | ||||
|   "class": 10, | ||||
|   "continue": 11, | ||||
|   "def": 12, | ||||
|   "del": 13, | ||||
|   "elif": 14, | ||||
|   "else": 15, | ||||
|   "except": 16, | ||||
|   "finally": 17, | ||||
|   "for": 18, | ||||
|   "from": 19, | ||||
|   "global": 20, | ||||
|   "if": 21, | ||||
|   "import": 22, | ||||
|   "in": 23, | ||||
|   "is": 24, | ||||
|   "lambda": 25, | ||||
|   "nonlocal": 26, | ||||
|   "not": 27, | ||||
|   "or": 28, | ||||
|   "pass": 29, | ||||
|   "raise": 30, | ||||
|   "return": 31, | ||||
|   "try": 32, | ||||
|   "while": 33, | ||||
|   "with": 34, | ||||
|   "yield": 35 | ||||
| } | ||||
		Reference in New Issue
	
	Block a user