This commit adds tests for handling symlinks, including simple symlinks, symlink loops, and nested symlinks. These tests are designed to catch potential bugs related to symlink handling.
Added test_simple_symlink to verify basic symlink creation and resolution.
Added test_symlink_loop to check for symlink loops and ensure they raise an OSError.
Added test_nested_symlinks to verify nested symlink resolution.
Closes #5
Thanks for using MentatBot. Give comments a :+1: or :-1: to help me improve!
This commit adds tests for handling symlinks, including simple symlinks, symlink loops, and nested symlinks. These tests are designed to catch potential bugs related to symlink handling.
test_simple_symlink
to verify basic symlink creation and resolution.test_symlink_loop
to check for symlink loops and ensure they raise anOSError
.test_nested_symlinks
to verify nested symlink resolution.Closes #5
Thanks for using MentatBot. Give comments a :+1: or :-1: to help me improve!