Skip to content

Commit

Permalink
Functional test testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-pok committed Jul 10, 2024
1 parent 2b56539 commit f76581a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/functional/test_parquet2hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

0 comments on commit f76581a

Please sign in to comment.