import sys import pathlib test_file = pathlib.Path(__file__) test_file_directory = test_file.absolute().parent project_directory = test_file_directory.parent sys.path.append(str(project_directory)) import assets ## Insert new test here ##