stundenplan/src/shortestpath_tests.py
File was renamed from stundenplan/tests/pygraph/shortestpath_tests.py @@ -1,7 +1,7 @@ import unittest from pygraph.graphdemo import Graph from pygraph.shortestpath import bfs, bfs_dict, find_path, find_path_gpt from graphdemo import Graph from shortestpath import bfs, bfs_dict, find_path, find_path_gpt class ShortestPathTestCase(unittest.TestCase):