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

[FEATURE] Update tests to use Pytest's tmpdir or tmpfile fixtures #352

Open
rawwar opened this issue Dec 6, 2023 · 1 comment
Open

[FEATURE] Update tests to use Pytest's tmpdir or tmpfile fixtures #352

rawwar opened this issue Dec 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@rawwar
Copy link
Contributor

rawwar commented Dec 6, 2023

Currently, when we run tests locally, it creates few temporary folders. We are manually creating them and deleting them. It would be cleaner if we can make use of pytest's fixtures to create temporary files/directories and clean them up after completion of tests. Will be easier and set a standard for all the future temporary data lifecycle

Reference documentation : https://docs.pytest.org/en/6.2.x/tmpdir.html

@rawwar rawwar added enhancement New feature or request untriaged labels Dec 6, 2023
@dblock
Copy link
Member

dblock commented Jun 17, 2024

Catch All Triage - 1 2 3 4 5 thanks for opening this, maybe you want to contribute a fix to the build scripts?

@dblock dblock removed the untriaged label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants