Skip to content

Provide Test Suite for C and Python #8

Description

@deepbrook

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions