hydrospanner/directory_to_sql

Failed test: Create files of different sizes and test against os.path.getsize()

Closed this issue · 0 comments

ERROR: Crete files of different sizes and test against os.path.getsize().

Traceback (most recent call last):
File "/home/travis/build/hydrospanner/directory_to_sql/directory_to_sql/tests/test_all.py", line 31, in test_file_sizes
create_file(file_path, file_size)
File "/home/travis/build/hydrospanner/directory_to_sql/directory_to_sql/tests/test_all.py", line 19, in create_file
with open(file_path, 'w') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/travis/build/hydrospanner/directory_to_sql/directory_to_sql/tests/test_data/test.txt'