Add Pseudo Move Generator (#12)
All checks were successful
Python tests (make) / test (push) Successful in 11s
All checks were successful
Python tests (make) / test (push) Successful in 11s
work on #7 Reviewed-on: #12 Co-authored-by: Josh <josh@joshuaschuett.com> Co-committed-by: Josh <josh@joshuaschuett.com>
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