Description
As discussed in PR #2 , we need to implement unit tests for the builder modules (JavaBinaryBuilder, GoBinaryBuilder, ScriptBuilder) to ensure code quality and catch regressions early.
ref:
Proposal:
Implement a comprehensive test suite that:
- Uses pytest as the testing framework
- Mocks all external dependencies (Docker, subprocess calls, GitHub CLI)
- Doesn't require s390x architecture to run tests
- Runs in CI/CD pipeline automatically
cc @rposts @pleia2
Description
As discussed in PR #2 , we need to implement unit tests for the builder modules (JavaBinaryBuilder, GoBinaryBuilder, ScriptBuilder) to ensure code quality and catch regressions early.
ref:
Proposal:
Implement a comprehensive test suite that:
cc @rposts @pleia2