All checks were successful
Python tests (make) / test (push) Successful in 10s
Put all ffi code into its own module for clarity.
11 lines
156 B
Python
11 lines
156 B
Python
import ctypes
|
|
from test.base import ChessLibTestBase
|
|
|
|
|
|
|
|
|
|
class TestMoveGeneration(ChessLibTestBase):
|
|
@classmethod
|
|
def setUpClass(cls):
|
|
pass
|