Werner Kuehn
Werner Kuehn
Sounds good.
The only thing I could debug was listing the directory files using print() at the end of the "_write_file_atomic" routine, which is called from the "write_file" routine. And after calling...
Hi Fabio, I am wondering how the test can run on your windows machine where windows paths are always created wit backslashes and the tests comparing the given paths (using...
How I was testing: copied the testcase file into my temp folder and started pytest from this folder.
@fabiocaccamo, Simular result when running unittest. [unittest.txt](https://github.com/fabiocaccamo/python-fsutil/files/15294355/unittest.txt)
Hi @fabiocaccamo, Much better but not perfect yet. I guess the permission test cases can be ignored on windows, but the atomic write file tests are important. Thanks [unittest.result.txt](https://github.com/fabiocaccamo/python-fsutil/files/15330972/unittest.result.txt)
Hi @fabiocaccamo, have tested the new code with both delete=true and false and have pasted the output in here. Thanks [test_result_delete_false.txt](https://github.com/user-attachments/files/15525165/test_result_delete_false.txt) [test_result_delete_true.txt](https://github.com/user-attachments/files/15525166/test_result_delete_true.txt)
Should close #230