Closed mraspaud closed 1 week ago
Describe the bug A directory created during unit tests is not deleted.
To Reproduce
pytest .
Expected behavior I would like the directory to be deleted
Actual results A directory called örülök, hogy megismerhetem is left in the directory where the test was run.
örülök, hogy megismerhetem
A good solution would probably be to use pytest's tmp_path fixture.
tmp_path
@gerritholl I think that's one of the tests you added, right?
Describe the bug A directory created during unit tests is not deleted.
To Reproduce
Expected behavior I would like the directory to be deleted
Actual results A directory called
örülök, hogy megismerhetem
is left in the directory where the test was run.A good solution would probably be to use pytest's
tmp_path
fixture.@gerritholl I think that's one of the tests you added, right?