Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide Test Suite for C and Python #8

Open
20 of 31 tasks
deepbrook opened this issue Oct 15, 2017 · 0 comments
Open
20 of 31 tasks

Provide Test Suite for C and Python #8

deepbrook opened this issue Oct 15, 2017 · 0 comments
Assignees

Comments

@deepbrook
Copy link
Collaborator

deepbrook commented Oct 15, 2017

Implement tests for C and Python code base.

C Tests

  • TestCreateDummyTree
  • TestOrderPushing
  • TestOrderPopping
  • TestRemoveOrder
  • TestCreateRoot
  • TestAddNewLimit
  • TestLimitExists
  • TestLimitIsRoot
  • TestHasGrandpa
  • TestGetGrandpa
  • TestGetMaximumLimit
  • TestGetMinimumLimit
  • TestGetHeight
  • TestGetBalanceFactor
  • TestReplaceLimitInParent
  • TestRemoveLimit
  • TestRotateLL
  • TestRotateLR
  • TestRotateRR
  • TestRotateRL

Python Tests

Cython-bound C function tests:

  • TestOrderPushing
  • TestOrderPopping
  • TestRemoveOrder
  • TestAddNewLimit
  • TestRemoveLimit

Python Functions and Methods:

  • TestCreateBook
  • TestUpdateBook
  • TestDeleteOrder
  • TestAddOrder
  • TestAddLimit
  • TestRemoveLimit
@deepbrook deepbrook self-assigned this Nov 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant