ancient-rose-27306
02/25/2025, 2:06 PM.csv file and read it in a Python script. I have a test case that checks if the file is present in the required hardcoded location. Everything works fine until I use pants test on that script because apparently pants takes everything in that workspace in it’s sandbox location (called root in the test logs) and then, of course, the test fails complaining that the file isn’t found in that location. Is there a way to declare the .csv file as a resource and set it as a dependency? If it’s of any help, the .csv file is stored under its own separate directory and is the only thing there.wide-midnight-78598
02/25/2025, 3:13 PMancient-rose-27306
02/25/2025, 4:28 PMwide-midnight-78598
02/25/2025, 4:29 PMancient-rose-27306
02/25/2025, 4:40 PM