-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write to disk: record paths relative to the test suite dir? #135
Comments
sckott
changed the title
write to disk: should maybe always record paths relative to the test suite dir?
write to disk: record paths relative to the test suite dir?
Dec 30, 2019
sckott
added a commit
that referenced
this issue
Mar 13, 2020
change made in make_http_interaction method within the Cassette class we were using normalizePath, leading to a full path which only worked on the machine the test/fixture/file was originally run/created on no longer normalizing path
This was referenced Mar 13, 2020
I think we need to enforce when the user sets |
makes sense to do the check within |
sckott
added a commit
that referenced
this issue
Mar 23, 2020
change made in make_http_interaction method within the Cassette class we were using normalizePath, leading to a full path which only worked on the machine the test/fixture/file was originally run/created on no longer normalizing path
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
realized right now with writing to disk tests, we record the absolute file path - which is fine as long as the tests are run on the same machine/server. but if the same tests are run on a different machine, they will likely fail. no bueno
The text was updated successfully, but these errors were encountered: