Skip to content

Commit 24b2c0d

Browse files
authored
add breadth first search test
1 parent 9200559 commit 24b2c0d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tests/test_breadth_first_search.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import conftest
2-
from PathPlanning.BreadthFirstSearch import breadth_first_search as m
3-
4-
5-
def test_1():
6-
m.show_animation = False
7-
m.main()
8-
9-
10-
if __name__ == '__main__':
11-
conftest.run_this_test(__file__)
1+
import conftest
2+
from PathPlanning.BreadthFirstSearch import breadth_first_search as m
3+
4+
5+
def test_1():
6+
m.show_animation = False
7+
m.main()
8+
9+
10+
if __name__ == '__main__':
11+
conftest.run_this_test(__file__)

0 commit comments

Comments
 (0)