CodeReviewerAi / CodeReviewerBackend

Enter a function into the userInput and see if you should merge the function or not.
1 stars 0 forks source link

Change all of the paths in getFunctionData.py to absolute paths #26

Open johan-t opened 11 months ago

johan-t commented 11 months ago

All of the paths in getFunctionData.py are relative, this is an issue because the tests run the file from the location of the test. Meaning that the tests all have to be in the same directory as the getFunctionData.py to work, which can clutter the codebase. Unless we have absolute paths in all files.