You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests for the file import functions scan the current directory and pass if they find nothing, because the test assumes there are no csvs or xlsx files in the project folder.
However the tests failed because sometimes packages contain csv files, and if you have one installed, the function will find it in your vanv folder.
This will be updated so that the test only scans the tests/ folder.
However this only tests when it successfully doesn't find a file. We should also add two more tests:
test that it correctly finds a csv file
test that it correctly finds more than one csvs by looking in subdirectories also
The text was updated successfully, but these errors were encountered:
The tests for the file import functions scan the current directory and pass if they find nothing, because the test assumes there are no csvs or xlsx files in the project folder.
However the tests failed because sometimes packages contain csv files, and if you have one installed, the function will find it in your vanv folder.
This will be updated so that the test only scans the tests/ folder.
However this only tests when it successfully doesn't find a file. We should also add two more tests:
The text was updated successfully, but these errors were encountered: