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
@karthiknadig and @karrtikr, thinking one of you could help here. Is the issue that this file path formatting is not supported and on windows it should be supported? What is the step to fix this here, do I have to pass the paths as different types of evaluate them before sending them to pytest?
@eleanorjboyd This might just be a case of using pathlib to process the path and generate the string that works for unittest. We can talk about this in more detail when you work on this bug.
Activity
eleanorjboyd commentedon Dec 20, 2023
@karthiknadig and @karrtikr, thinking one of you could help here. Is the issue that this file path formatting is not supported and on windows it should be supported? What is the step to fix this here, do I have to pass the paths as different types of evaluate them before sending them to pytest?
karthiknadig commentedon Jan 2, 2024
@eleanorjboyd This might just be a case of using
pathlib
to process the path and generate the string that works for unittest. We can talk about this in more detail when you work on this bug.