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
PathRef depends on the content of the path, whereas os.Path only specifies the path to the test case, regardless of its content, which is IMHO the better. This should be no issue in most cases, but theoretically, it may cause issues.
The text was updated successfully, but these errors were encountered:
PathRef
depends on the content of the path, whereasos.Path
only specifies the path to the test case, regardless of its content, which is IMHO the better. This should be no issue in most cases, but theoretically, it may cause issues.The text was updated successfully, but these errors were encountered: