Add python c binding class interface #29
@@ -1,8 +1,8 @@
|
||||
from test.base import ChessLibTestBase
|
||||
from binding.python_c_ffi import Board
|
||||
from binding.python_c_ffi import sq
|
||||
from binding.python_c_ffi import BLACK
|
||||
from binding.python_c_ffi import WHITE
|
||||
from test.base import ChessLibTestBase
|
||||
|
||||
|
||||
class TestAttackers(ChessLibTestBase):
|
||||
|
||||
@@ -8,8 +8,6 @@ from binding.python_c_ffi import get_rank_mask
|
||||
|
||||
|
||||
class TestFenLoading(ChessLibTestBase):
|
||||
|
||||
|
||||
def test_startpos_fields_and_occupancies(self):
|
||||
b = Board()
|
||||
fen = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"
|
||||
|
||||
Reference in New Issue
Block a user