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

make test temporary directories not in the "test" folder #419

Merged
merged 2 commits into from
Jan 1, 2025

Conversation

mr-c
Copy link
Contributor

@mr-c mr-c commented Dec 26, 2024

This prevented the execution of the tests post-installation (in the Debian package)

Ideally one would use the temporary directory fixture that pytest provides, but that would be a bigger change.

https://docs.pytest.org/en/stable/how-to/tmp_path.html

This prevented the execution of the tests post-installation
@daler daler changed the base branch from master to v0.11.0rc December 29, 2024 21:47
@daler daler merged commit bccf965 into daler:v0.11.0rc Jan 1, 2025
5 checks passed
@daler
Copy link
Owner

daler commented Jan 1, 2025

Thanks! Agreed, tmp_path fixture is the way to go, but I have limited bandwidth at the moment so let's at least get this in as-is.

@daler daler mentioned this pull request Jan 1, 2025
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.

2 participants