Skip to content

Commit 681d960

Browse files
committed
test function calls commented
1 parent 132bae5 commit 681d960

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pydatastructs/linear_data_structures/tests/test_arrays.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,5 @@ def test_cpp_ArrayForTrees():
152152
# TO DO: Fix _modify()
153153
# print(A._modify())
154154

155-
test_ArrayForTrees()
156-
test_cpp_ArrayForTrees()
155+
# test_ArrayForTrees()
156+
# test_cpp_ArrayForTrees()

pydatastructs/trees/tests/test_binary_trees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_cpp_BinaryTree():
1616
# print(str(b))
1717
assert str(b) == "[(None, 1, 100, None)]"
1818

19-
test_cpp_BinaryTree()
19+
# test_cpp_BinaryTree()
2020

2121
def test_BinarySearchTree():
2222
BST = BinarySearchTree

0 commit comments

Comments
 (0)