game_of_fifteen: Use consistent naming & simplify imports.
This commit is contained in:
		
							parent
							
								
									efcdc712bf
								
							
						
					
					
						commit
						668a4ed634
					
				
					 4 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -2,13 +2,13 @@ from zulip_bots.test_lib import BotTestCase
 | 
			
		|||
 | 
			
		||||
from contextlib import contextmanager
 | 
			
		||||
from unittest.mock import MagicMock
 | 
			
		||||
from zulip_bots.bots.gameoffifteen.gameoffifteen import *
 | 
			
		||||
from zulip_bots.bots.game_of_fifteen.game_of_fifteen import GameOfFifteenModel
 | 
			
		||||
from zulip_bots.game_handler import BadMoveException
 | 
			
		||||
from typing import Dict, Any, List
 | 
			
		||||
from typing import Dict, Any, List, Tuple
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class TestGameOfFifteenBot(BotTestCase):
 | 
			
		||||
    bot_name = 'gameoffifteen'
 | 
			
		||||
    bot_name = 'game_of_fifteen'
 | 
			
		||||
 | 
			
		||||
    def make_request_message(
 | 
			
		||||
        self,
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue