Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tests): Improve test setup for better isolation
This commit enhances the setup process of our tests to ensure they run in a more isolated environment. This is achieved by changing the current directory to the one containing the test file before executing it. Changes: - In `gsht.bats`, added a command to change the current directory to that of the test file. - Also in `gsht.bats`, moved gsht.sh execution into a subshell to prevent side effects on the global environment. - In `input.bats`, added similar code to change working directory, ensuring all tests run from their respective directories.
- Loading branch information