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
This is for cross-platform compatibility when testing, since
os.path tends to mess up capitalisation of paths on windows
which are case-insensitive but pytest does not know that so we have
to use Path instead which yields more accurate results.
0 commit comments