Utility functions in src/utils.py currently lack automated tests.
Instructions:
- Create a new test file ests/test_utils.py.
- Implement unit tests for
un_shell, parse_json_response, and check_gh_auth.
- Use pytest and unittest.mock to mock subprocesses and external CLI calls to ensure tests are isolated and reliable.
Automated by Git-Alchemist
Utility functions in src/utils.py currently lack automated tests.
Instructions:
un_shell, parse_json_response, and check_gh_auth.
Automated by Git-Alchemist