Skip to content

Add Unit Tests for src/utils.py #41

@abduznik

Description

@abduznik

Utility functions in src/utils.py currently lack automated tests.

Instructions:

  1. Create a new test file ests/test_utils.py.
  2. Implement unit tests for
    un_shell, parse_json_response, and check_gh_auth.
  3. Use pytest and unittest.mock to mock subprocesses and external CLI calls to ensure tests are isolated and reliable.

Automated by Git-Alchemist

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions