Skip to content
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 disk relative paths #166

Merged
merged 5 commits into from
Mar 23, 2020
Merged

Write disk relative paths #166

merged 5 commits into from
Mar 23, 2020

Conversation

sckott
Copy link
Collaborator

@sckott sckott commented Mar 23, 2020

fix #135

sckott added 5 commits March 13, 2020 15:36
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
previous tests were not testing if a user was using write_disk_path within a package test suite
@sckott sckott added this to the v0.6 milestone Mar 23, 2020
@sckott sckott merged commit 4940c79 into master Mar 23, 2020
@sckott sckott deleted the write-disk-relative-paths branch March 23, 2020 17:07
@sckott sckott modified the milestones: v0.6, v0.5.4 Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

write to disk: record paths relative to the test suite dir?
1 participant