diff --git a/tests/pyccel/test_pyccel.py b/tests/pyccel/test_pyccel.py index 8ae9a6ac7c..6dd176abbc 100644 --- a/tests/pyccel/test_pyccel.py +++ b/tests/pyccel/test_pyccel.py @@ -401,6 +401,7 @@ def pyccel_test(test_file, dependencies = None, compile_with_pyccel = True, #============================================================================== # UNIT TESTS #============================================================================== + def test_relative_imports_in_project(language): base_dir = os.path.dirname(os.path.realpath(__file__))