Implement tests for C and Python code base. C Tests ------- - [x] TestCreateDummyTree - [x] TestOrderPushing - [x] TestOrderPopping - [x] TestRemoveOrder - [x] TestCreateRoot - [x] TestAddNewLimit - [x] TestLimitExists - [x] TestLimitIsRoot - [x] TestHasGrandpa - [x] TestGetGrandpa - [x] TestGetMaximumLimit - [x] TestGetMinimumLimit - [x] TestGetHeight - [x] TestGetBalanceFactor - [x] TestReplaceLimitInParent - [x] TestRemoveLimit - [x] TestRotateLL - [x] TestRotateLR - [x] TestRotateRR - [x] TestRotateRL Python Tests ------------- Cython-bound C function tests: - [ ] TestOrderPushing - [ ] TestOrderPopping - [ ] TestRemoveOrder - [ ] TestAddNewLimit - [ ] TestRemoveLimit Python Functions and Methods: - [ ] TestCreateBook - [ ] TestUpdateBook - [ ] TestDeleteOrder - [ ] TestAddOrder - [ ] TestAddLimit - [ ] TestRemoveLimit
Implement tests for C and Python code base.
C Tests
Python Tests
Cython-bound C function tests:
Python Functions and Methods: