Skip to content

Commit 1792093

Browse files
committed
removed BT test
1 parent 2edcdd1 commit 1792093

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pydatastructs/trees/tests/test_binary_trees.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
from pydatastructs.trees._backend.cpp import _trees
99

1010
def test_cpp_BinaryTree():
11-
b = _trees.BinaryTree(1,100);
11+
pass
12+
# b = _trees.BinaryTree(1,100);
1213
# b = BinaryTree(1,1000)
1314
# print(str(b))
1415

15-
test_cpp_BinaryTree()
16+
# test_cpp_BinaryTree()
1617

1718
def test_BinarySearchTree():
1819
BST = BinarySearchTree

0 commit comments

Comments
 (0)