Put all ffi code into its own module for clarity.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from test.base import ChessLibTestBase
|
||||
from test.base import bb_from
|
||||
from test.base import draw_bb
|
||||
from test.base import sq
|
||||
from test.base import BLACK, WHITE
|
||||
from test.chess_ffi import bb_from
|
||||
from test.chess_ffi import draw_bb
|
||||
from test.chess_ffi import sq
|
||||
from test.chess_ffi import BLACK, WHITE
|
||||
|
||||
|
||||
class KnightFixedCases(ChessLibTestBase):
|
||||
|
||||
Reference in New Issue
Block a user