mirror of
https://github.com/nyakang/nyaterm.git
synced 2026-09-22 00:01:30 +00:00
- Implemented `verify_native_package.py` to validate release artifacts for NyaTerm. - Added tests for package validation in `test_verify_native_package.py`. - Created initial test suite in `__init__.py` and added tests for package native functionality in `test_package_native.py`. - Included checks for Windows, macOS, and Linux package formats and metadata. - Ensured safe archive path verification and proper error handling for missing artifacts.
2 lines
37 B
Python
2 lines
37 B
Python
"""Repository automation helpers."""
|