diff --git a/tests/functional/test_parquet2hdf5.py b/tests/functional/test_parquet2hdf5.py index 6ba99f8..46184ab 100644 --- a/tests/functional/test_parquet2hdf5.py +++ b/tests/functional/test_parquet2hdf5.py @@ -19,3 +19,7 @@ def test_parquet2hdf5(): print("parquet2hdf5 v" + proc.communicate()[0].decode()) except FileNotFoundError as e: assert False, str(e) + f'\nPATH={os.getenv("PATH", "")}' + + +def test(): + assert os.path.exists("/home/runner/work/connectome-manipulator/connectome-manipulator/parquet-converters/install/bin/parquet2hdf5"), "ERROR: File not found!"