| 
									
										
										
										
											2025-05-13 03:58:03 -04:00
										 |  |  | from ..bases import SVTestBase | 
					
						
							| 
									
										
										
										
											2025-01-30 03:19:06 -05:00
										 |  |  | from ... import options | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class TestNoGingerIslandCraftingRecipesAreRequired(SVTestBase): | 
					
						
							|  |  |  |     options = { | 
					
						
							|  |  |  |         options.Goal.internal_name: options.Goal.option_craft_master, | 
					
						
							|  |  |  |         options.Craftsanity.internal_name: options.Craftsanity.option_all, | 
					
						
							|  |  |  |         options.ExcludeGingerIsland.internal_name: options.ExcludeGingerIsland.option_true, | 
					
						
							|  |  |  |         options.Mods.internal_name: frozenset(options.Mods.valid_keys) | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     @property | 
					
						
							|  |  |  |     def run_default_tests(self) -> bool: | 
					
						
							|  |  |  |         return True | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class TestNoGingerIslandCookingRecipesAreRequired(SVTestBase): | 
					
						
							|  |  |  |     options = { | 
					
						
							|  |  |  |         options.Goal.internal_name: options.Goal.option_gourmet_chef, | 
					
						
							|  |  |  |         options.Cooksanity.internal_name: options.Cooksanity.option_all, | 
					
						
							|  |  |  |         options.ExcludeGingerIsland.internal_name: options.ExcludeGingerIsland.option_true, | 
					
						
							|  |  |  |         options.Mods.internal_name: frozenset(options.Mods.valid_keys) | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     @property | 
					
						
							|  |  |  |     def run_default_tests(self) -> bool: | 
					
						
							|  |  |  |         return True |